Update src/app/page.tsx

This commit is contained in:
2026-06-06 08:06:09 +00:00
parent 51a1df891d
commit 7b8535e22a

View File

@@ -87,6 +87,9 @@ export default function LandingPage() {
]}
tag="New Arrivals"
tagAnimation="slide-up"
buttons={[
{ text: "Shop New Arrivals", href: "#products" }
]}
buttonAnimation="slide-up"
carouselPosition="right"
/>
@@ -321,4 +324,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}