From 5b5d1cfa6905942f075a97dd06beae9492d6ebae Mon Sep 17 00:00:00 2001 From: AmirmahdiNourkazemi Date: Fri, 7 Nov 2025 15:48:54 +0330 Subject: [PATCH] feat: add download links --- app/components/DownloadSection.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/components/DownloadSection.jsx b/app/components/DownloadSection.jsx index 56b6cfa..6c4211a 100644 --- a/app/components/DownloadSection.jsx +++ b/app/components/DownloadSection.jsx @@ -1,3 +1,4 @@ +import { li } from 'framer-motion/client'; import { Download, Globe, PlayCircle } from 'lucide-react'; function DownloadSection() { @@ -6,6 +7,7 @@ function DownloadSection() { icon: './images/cafe.png', title: "کافه بازار", description: "دانلود برای اندروید", + link:"https://cafebazaar.ir/app/com.approagency.meditation", // badge: "پرطرفدار", gradient: "from-primary-500/10 to-primary-600/10", border: "border-primary-500/20", @@ -14,6 +16,7 @@ function DownloadSection() { { icon: './images/myket.png', title: "مایکت", + link: "https://myket.ir/app/com.approagency.meditation", description: "دانلود برای اندروید", gradient: "from-primary-500/10 to-primary-600/10", border: "border-primary-500/20", @@ -23,6 +26,7 @@ function DownloadSection() { icon:'./images/appstore.png', title: "وب سایت", description: "نسخه وب برای تمام دستگاه‌ها", + link:'https://meditation.approagency.ir/web/', badge: "", gradient: "from-primary-500/10 to-primary-600/10", animation: "animate-slideInRight delay-300", @@ -51,7 +55,7 @@ function DownloadSection() { {downloadOptions.map((option, index) => ( {/* Shine effect */}