From 899305c49f93c4adf56e0d6709da2cdf1baca460 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:26:19 +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 ad2d91f..79e9ffa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="Luxe Resale" description="Discover authentic designer fashion at unbeatable prices. Curated pre-owned luxury pieces from the world's finest brands, authenticated and ready to elevate your wardrobe." buttons={[ - { text: "Shop Collection", href: "#products" }, + { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" } ]} background={{ variant: "sparkles-gradient" }} -- 2.49.1