From 89fde08d01a72722b2de6147fd4a7367ee767fc4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:08:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de5504f..71c3134 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { text: "Start Shopping", href: "/products" }, - { text: "View Collections", href: "#products" }, + { text: "View Collections", href: "/products" }, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg" -- 2.49.1