diff --git a/messages/fa.json b/messages/fa.json index 3a1ef09..9d9c731 100644 --- a/messages/fa.json +++ b/messages/fa.json @@ -24,11 +24,11 @@ "title": "سالن ها و کلینیک های زیبایی", "description": "از بین صدها مرکز، دقیقا همونی که میخای رو پیدا کن." }, - "App" : { + "App": { "title": "رزرو راحت تر با اپلیکیشن", "description": "با اپلیکیشن، سریع تر و راحت تر نوبت بگیر.", - "download_app" : "دانلود مستقیم", - "download_google_play" : "دانلود از گوگل پلی" + "download_app": "دانلود مستقیم", + "download_google_play": "دانلود از گوگل پلی" }, "Reservation": { "title": "رزرو خدمات زیبایی، ساده\u200Cتر از همیشه", diff --git a/src/assets/index.ts b/src/assets/index.ts index d472574..6261e02 100644 --- a/src/assets/index.ts +++ b/src/assets/index.ts @@ -21,4 +21,4 @@ export { default as ArrowRight } from "&/icons/arrow-right.svg"; export { default as ArrowLeft } from "&/icons/arrow-left.svg"; export { default as DownloadIcon } from "&/icons/download.svg"; export { default as GooglePlayDownloadIcon } from "&/icons/google-play.svg"; -export { default as QrcodeIcon } from "&/icons/qrcode.svg"; \ No newline at end of file +export { default as QrcodeIcon } from "&/icons/qrcode.svg"; diff --git a/src/components/Home/Desktop/app/index.tsx b/src/components/Home/Desktop/app/index.tsx index 9155d88..6cfbbff 100644 --- a/src/components/Home/Desktop/app/index.tsx +++ b/src/components/Home/Desktop/app/index.tsx @@ -1,42 +1,47 @@ -import {useTranslations} from "next-intl"; -import {motion} from "framer-motion"; -import {DownloadIcon, GooglePlayDownloadIcon} from "@/assets"; +import { useTranslations } from "next-intl"; +import { motion } from "framer-motion"; +import { DownloadIcon, GooglePlayDownloadIcon } from "@/assets"; import Image from "next/image"; export default function App() { - const t = useTranslations("App") + const t = useTranslations("App"); return ( -
+
-
-
-

{t("title")}

+
+
+

{t("title")}

{t("description")}

- + - -

{t("download_app")}

+ +

{t("download_app")}

- +

{t("download_google_play")}

- {"Qrcode + {"Qrcode
-
+
- {"app + {"app - گوشی سفید + گوشی سفید - گوشی مشکی + گوشی مشکی
- ) -} \ No newline at end of file + ); +}