From 3fdd59430c7082959a20c84087b1e9f8ea4ee8e3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:53:21 +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 2eb58fb..4c8b2fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="StyleVogue" description="Discover premium clothing crafted for elegance and comfort. Elevate your wardrobe with our curated collections." buttons={[ - { text: "Explore Collection", href: "products" }, + { text: "Shop Now", href: "products" }, { text: "Learn More", href: "about" } ]} imageSrc="http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg?_wi=1" -- 2.49.1