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';
|
||||
|
||||
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) => (
|
||||
<a
|
||||
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}`}
|
||||
>
|
||||
{/* Shine effect */}
|
||||
|
||||
Reference in New Issue
Block a user