4 Commits

Author SHA1 Message Date
048149157c Update src/app/page.tsx 2026-03-04 03:05:55 +00:00
e67f401ab1 Merge version_4 into main
Merge version_4 into main
2026-03-04 03:02:36 +00:00
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

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="Available on iOS & Android"
buttons={[
{ text: "Download on App Store", href: "https://apps.apple.com/app/khamsa" },
{ text: "Learn More", href: "#features" }
{ text: "Explore Features", href: "#features" }
]}
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNIf4E4zrfxOpIxfEPyWE1GfE/uploaded-1772521065783-ki2h2i1t.png", imageAlt: "Khamsa prayer tracking app interface" },
@@ -99,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>