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 +}