diff --git a/src/app/page.tsx b/src/app/page.tsx index 65cd218..dab445f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Bell, Book, Moon, TrendingUp } from 'lucide-react'; +import { Bell, Book, Moon, TrendingUp, Download } from 'lucide-react'; export default function LandingPage() { return ( @@ -44,6 +44,7 @@ export default function LandingPage() { title="KHAMSA" description="Never Miss a Prayer Again. Stay connected to your faith with intelligent reminders, Quran access, Ramadan tracking, and detailed prayer analytics—all in one beautiful app designed for modern Muslim life." tag="Available on iOS & Android" + tagIcon={Download} buttons={[ { text: "Download on App Store", href: "https://apps.apple.com/app/khamsa" }, { text: "Explore Features", href: "#features" } @@ -58,6 +59,7 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaAnimation="slide-up" buttonAnimation="opacity" + tagAnimation="slide-up" />