From e1e18602188b11854954862e635528d3c4792d0b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:40:11 +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 fe494fe..b951769 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "View Full Shop", href: "#contact" }]} + buttons={[{ text: "Browse Full Collection", href: "#products" }]} /> -- 2.49.1