From e1beadd6abf4487f9afaf2f4691503e0f9b07165 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:01:26 +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 83e3eef..f74e26e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Discover premium items curated just for you. Shop exclusive collections with unbeatable quality and style." background={{ variant: "radial-gradient" }} buttons={[ - { text: "Shop Collection", href: "#products" }, + { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" }, ]} layoutOrder="default" -- 2.49.1