feat: rebrans
This commit is contained in:
@@ -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() {
|
||||
<div className="absolute inset-0 opacity-4">
|
||||
<div className="absolute inset-0"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div className="relative">
|
||||
<div className="text-center mb-12">
|
||||
<h2 className="text-3xl md:text-4xl font-bold text-gray-900 mb-4 mt-8">
|
||||
همین حالا <span className="text-primary-500">شروع کنید</span>
|
||||
</h2>
|
||||
<p className="text-xl text-gray-600 max-w-2xl mx-auto">
|
||||
آراملند را روی دستگاه مورد علاقهتان نصب کنید
|
||||
آرام لند را روی دستگاه مورد علاقهتان نصب کنید
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -60,13 +60,13 @@ function DownloadSection() {
|
||||
>
|
||||
{/* Shine effect */}
|
||||
{/* <div className="absolute inset-0 bg-gradient-to-r from-transparent via-white/20 to-transparent -translate-x-full group-hover:translate-x-full transition-transform duration-1000"></div> */}
|
||||
|
||||
|
||||
{option.badge && (
|
||||
<div className="absolute -top-0 right-0 bg-primary-200 px-2 py-2 rounded text-xs font-bold">
|
||||
{option.badge}
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
||||
<div className="bg-white p-4 rounded-2xl mb-4 group-hover:scale-110 transition-transform duration-300">
|
||||
<img src={option.icon} alt="Download" className="w-20 h-20 border border-transparent rounded-xl " />
|
||||
{/* <option.icon className="w-8 h-8" /> */}
|
||||
|
||||
Reference in New Issue
Block a user