From ed8994aaca2ca58915a5eb03c5410dd00f1e02cd Mon Sep 17 00:00:00 2001 From: AmirmahdiNourkazemi Date: Sun, 2 Aug 2026 11:55:00 +0330 Subject: [PATCH] fix: site url --- app/components/DownloadSection.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/DownloadSection.jsx b/app/components/DownloadSection.jsx index db12083..1f8bede 100644 --- a/app/components/DownloadSection.jsx +++ b/app/components/DownloadSection.jsx @@ -26,7 +26,7 @@ function DownloadSection() { icon: './images/appstore.png', title: "وب سایت", description: "نسخه وب برای تمام دستگاه‌ها", - link: 'https://aramejan.com/web/', + link: 'https://app.aramejan.com', badge: "", gradient: "from-primary-500/10 to-primary-600/10", animation: "animate-slideInRight delay-300",