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}