diff --git a/app/app.tsx b/app/app.tsx index 03cce8e..3925ec4 100644 --- a/app/app.tsx +++ b/app/app.tsx @@ -12,46 +12,46 @@ import { SEOHead } from './components/SEOHead'; function App() { return ( - <> + <> - + -
-
- -
+
+
+ +
-
- +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ - -
- -
- -
- -
- -
- -
- -
- -
-
- -
); } diff --git a/app/components/CallToAction.jsx b/app/components/CallToAction.jsx index f8eda3b..92fe6f7 100644 --- a/app/components/CallToAction.jsx +++ b/app/components/CallToAction.jsx @@ -6,20 +6,20 @@ function CallToAction() {
{/* Background with gradient */}
- + {/* Animated border */}
- +

آماده برای تغییر زندگی؟

- امروز اولین قدم رو بردار و ببین چطور آرام‌لند می‌تونه کیفیت زندگی‌ات رو متحول کنه + امروز اولین قدم رو بردار و ببین چطور آرام لند می‌تونه کیفیت زندگی‌ات رو متحول کنه

- -
- @@ -27,8 +27,8 @@ function CallToAction() { بیشتر بدانید
- - + +
); diff --git a/app/components/DownloadSection.jsx b/app/components/DownloadSection.jsx index 3cc9211..de4a836 100644 --- a/app/components/DownloadSection.jsx +++ b/app/components/DownloadSection.jsx @@ -7,7 +7,7 @@ function DownloadSection() { icon: './images/cafe.png', title: "کافه بازار", description: "دانلود برای اندروید", - link:"https://cafebazaar.ir/app/com.approagency.meditation", + link: "https://cafebazaar.ir/app/com.approagency.meditation", // badge: "پرطرفدار", gradient: "from-primary-500/10 to-primary-600/10", border: "border-primary-500/20", @@ -18,19 +18,19 @@ function DownloadSection() { title: "مایکت", link: "https://myket.ir/app/com.approagency.meditation", description: "دانلود برای اندروید", - gradient: "from-primary-500/10 to-primary-600/10", + gradient: "from-primary-500/10 to-primary-600/10", border: "border-primary-500/20", animation: "animate-fadeInUp delay-200" }, { - icon:'./images/appstore.png', + icon: './images/appstore.png', title: "وب سایت", description: "نسخه وب برای تمام دستگاه‌ها", - link:'https://meditation.approagency.ir/web/', + link: 'https://meditation.approagency.ir/web/', badge: "", gradient: "from-primary-500/10 to-primary-600/10", animation: "animate-slideInRight delay-300", - border: "border-primary-500/20", + border: "border-primary-500/20", } ]; @@ -40,14 +40,14 @@ function DownloadSection() {
- +

همین حالا شروع کنید

- آرام‌لند را روی دستگاه مورد علاقه‌تان نصب کنید + آرام لند را روی دستگاه مورد علاقه‌تان نصب کنید

@@ -60,13 +60,13 @@ function DownloadSection() { > {/* Shine effect */} {/*
*/} - + {option.badge && (
{option.badge}
)} - +
Download {/* */} diff --git a/app/components/Footer.jsx b/app/components/Footer.jsx index 8242939..d12bc25 100644 --- a/app/components/Footer.jsx +++ b/app/components/Footer.jsx @@ -2,13 +2,13 @@ import { useScroll } from '../hooks/useScroll'; function Footer() { - const { scrollToSectionWithHeader } = useScroll(); + const { scrollToSectionWithHeader } = useScroll(); return (