From 54516cd7dadbb5072974321238fd34b02b8c1f8b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 17:28:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aac0ec0..3228ea8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,6 +137,8 @@ export default function HomePage() { buttons={[ { text: "View All", href: "/shop"}, + { + text: "Shop Now", href: "/shop"}, ]} buttonAnimation="slide-up" /> @@ -285,4 +287,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1