Update src/app/page.tsx

This commit is contained in:
2026-05-07 12:21:49 +00:00
parent 68f9ff6b85
commit 01efcd71a0

View File

@@ -172,6 +172,7 @@ export default function LandingPage() {
description="Join the community for exclusive updates."
imageSrc="http://img.b2bpic.net/free-photo/3d-view-letters-alphabet_23-2150499228.jpg"
mediaAnimation="slide-up"
buttonText="Join the Animeverse"
/>
</div>
@@ -201,4 +202,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}