feat: add download links
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import { li } from 'framer-motion/client';
|
||||||
import { Download, Globe, PlayCircle } from 'lucide-react';
|
import { Download, Globe, PlayCircle } from 'lucide-react';
|
||||||
|
|
||||||
function DownloadSection() {
|
function DownloadSection() {
|
||||||
@@ -6,6 +7,7 @@ function DownloadSection() {
|
|||||||
icon: './images/cafe.png',
|
icon: './images/cafe.png',
|
||||||
title: "کافه بازار",
|
title: "کافه بازار",
|
||||||
description: "دانلود برای اندروید",
|
description: "دانلود برای اندروید",
|
||||||
|
link:"https://cafebazaar.ir/app/com.approagency.meditation",
|
||||||
// badge: "پرطرفدار",
|
// badge: "پرطرفدار",
|
||||||
gradient: "from-primary-500/10 to-primary-600/10",
|
gradient: "from-primary-500/10 to-primary-600/10",
|
||||||
border: "border-primary-500/20",
|
border: "border-primary-500/20",
|
||||||
@@ -14,6 +16,7 @@ function DownloadSection() {
|
|||||||
{
|
{
|
||||||
icon: './images/myket.png',
|
icon: './images/myket.png',
|
||||||
title: "مایکت",
|
title: "مایکت",
|
||||||
|
link: "https://myket.ir/app/com.approagency.meditation",
|
||||||
description: "دانلود برای اندروید",
|
description: "دانلود برای اندروید",
|
||||||
gradient: "from-primary-500/10 to-primary-600/10",
|
gradient: "from-primary-500/10 to-primary-600/10",
|
||||||
border: "border-primary-500/20",
|
border: "border-primary-500/20",
|
||||||
@@ -23,6 +26,7 @@ function DownloadSection() {
|
|||||||
icon:'./images/appstore.png',
|
icon:'./images/appstore.png',
|
||||||
title: "وب سایت",
|
title: "وب سایت",
|
||||||
description: "نسخه وب برای تمام دستگاهها",
|
description: "نسخه وب برای تمام دستگاهها",
|
||||||
|
link:'https://meditation.approagency.ir/web/',
|
||||||
badge: "",
|
badge: "",
|
||||||
gradient: "from-primary-500/10 to-primary-600/10",
|
gradient: "from-primary-500/10 to-primary-600/10",
|
||||||
animation: "animate-slideInRight delay-300",
|
animation: "animate-slideInRight delay-300",
|
||||||
@@ -51,7 +55,7 @@ function DownloadSection() {
|
|||||||
{downloadOptions.map((option, index) => (
|
{downloadOptions.map((option, index) => (
|
||||||
<a
|
<a
|
||||||
key={index}
|
key={index}
|
||||||
href="#"
|
href={option.link}
|
||||||
className={`relative flex flex-col items-center justify-center p-8 bg-gradient-to-br ${option.gradient} rounded-3xl hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2 group ${option.animation} overflow-hidden border ${option.border}`}
|
className={`relative flex flex-col items-center justify-center p-8 bg-gradient-to-br ${option.gradient} rounded-3xl hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2 group ${option.animation} overflow-hidden border ${option.border}`}
|
||||||
>
|
>
|
||||||
{/* Shine effect */}
|
{/* Shine effect */}
|
||||||
|
|||||||
Reference in New Issue
Block a user