From 7a9a7c5d54005907aadd1adf9be3e63fa80bb7e4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:24:18 +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 b054f68..c32d3e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="VESTIR" description="Discover your style with our curated collection of premium clothing. From timeless essentials to statement pieces, find everything you need to express yourself." buttons={[ - { text: "Shop Collection", href: "#products" }, + { text: "Shop Now", href: "#products" }, { text: "Explore Our Story", href: "#about" } ]} slides={[ @@ -223,4 +223,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}