Update src/app/page.tsx

This commit is contained in:
2026-05-13 11:16:14 +00:00
parent 021b285af0
commit 143cef4772

View File

@@ -230,7 +230,7 @@ export default function LandingPage() {
description="Start your journey into millions of books now."
buttons={[
{
text: "Get the App", href: "#"},
text: "Start Your Free Trial", href: "#"},
]}
/>
</div>
@@ -262,4 +262,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}