5 Commits

Author SHA1 Message Date
f263b18eeb Update src/app/page.tsx 2026-03-04 03:02:32 +00:00
f853da836b Merge version_3 into main
Merge version_3 into main
2026-03-03 07:08:25 +00:00
3b28abc23f Update src/app/page.tsx 2026-03-03 07:08:20 +00:00
b51f352ade Merge version_2 into main
Merge version_2 into main
2026-03-03 07:05:22 +00:00
0d50402f9b Merge version_2 into main
Merge version_2 into main
2026-03-03 07:03:49 +00:00

View File

@@ -43,6 +43,7 @@ export default function LandingPage() {
<HeroBillboardGallery
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"
buttons={[
{ text: "Download on App Store", href: "https://apps.apple.com/app/khamsa" },
{ text: "Learn More", href: "#features" }
@@ -98,6 +99,10 @@ export default function LandingPage() {
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Get Started Free", href: "https://apps.apple.com/app/khamsa" }
]}
buttonAnimation="opacity"
/>
</div>