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}