From 9510de8002cdf73ab839156f1d368cbcefae8c9f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:43:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37ea6e2..ad22d57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { description="Discover our handpicked collection of shoes, clothing, and accessories designed for quality and timeless style." buttons={[ { - text: "Shop Now", href: "#products"}, + text: "Explore the Collection", href: "#products"}, ]} imageSrc="http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861880.jpg" imageAlt="Brand 36 Collection" @@ -247,4 +247,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1