From 7b8535e22a1b8f07d1280fbc09fbbec578b360fe Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 08:06:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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