Update src/app/page.tsx

This commit is contained in:
2026-04-14 21:24:51 +00:00
parent e4d15eba1e
commit 871edc73ba

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."
buttons={[
{
text: "Start Your Learning Journey", href: "#about"},
text: "Start Learning for Free", href: "#about"},
{
text: "Explore Features", href: "#features"},
]}
@@ -187,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}