From 184d0979fd90e934cddfedfbba637988361cc67c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:21:00 +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 f7719b8..f7252fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,8 +184,8 @@ export default function LandingPage() { text="Ready to elevate your wardrobe? Get in touch with our style experts today and discover your perfect look." animationType="entrance-slide" buttons={[ - { text: "Contact Us", href: "#" }, - { text: "Schedule Consultation", href: "#" } + { text: "Start Shopping", href: "#" }, + { text: "View Catalog", href: "#" } ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1