diff --git a/src/app/page.tsx b/src/app/page.tsx index b79a264..fc151e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file