From 8b1c7184f6290549be8c79055a31bc905217cc3e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:24:45 +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 059a1f2..0997f20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Explore Collection", href: "https://shop.example.com" }, - { text: "View Lookbook", href: "#products" } + { text: "Shop New Arrivals", href: "#products" } ]} buttonAnimation="slide-up" useInvertedBackground={false} -- 2.49.1