Merge version_6 into main #7

Merged
bender merged 1 commits from version_6 into main 2026-03-04 03:08:52 +00:00

View File

@@ -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"
/>
</div>