Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-06-06 08:06:12 +00:00

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>
);
}
}