3 Commits

Author SHA1 Message Date
75f285fda2 Merge version_3 into main
Merge version_3 into main
2026-03-12 13:46:16 +00:00
21334d6828 Update src/app/page.tsx 2026-03-12 13:46:12 +00:00
dfad5b8f81 Merge version_2 into main
Merge version_2 into main
2026-03-12 13:41:39 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="Discover Your Next Great Read"
description="Immerse yourself in our curated collection of premium e-books. Seamless reading experience across all your devices with interactive 3D animations."
description="Find your next favorite book in seconds"
tag="Premium E-Books"
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
@@ -319,4 +319,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}