3 Commits

Author SHA1 Message Date
474a707f00 Update src/app/page.tsx 2026-04-14 21:22:49 +00:00
55434afa2a Merge version_1 into main
Merge version_1 into main
2026-04-14 21:16:25 +00:00
311453c0d5 Merge version_1 into main
Merge version_1 into main
2026-04-14 21:15:58 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
description="Your comprehensive digital gateway to the Holy Quran, Tafsir, and essential Islamic knowledge. A peaceful learning experience for every Muslim." description="Your comprehensive digital gateway to the Holy Quran, Tafsir, and essential Islamic knowledge. A peaceful learning experience for every Muslim."
buttons={[ buttons={[
{ {
text: "Begin Journey", href: "#about"}, text: "Start Your Learning Journey", href: "#about"},
{ {
text: "Explore Features", href: "#features"}, text: "Explore Features", href: "#features"},
]} ]}
@@ -187,4 +187,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }