diff --git a/src/app/page.tsx b/src/app/page.tsx index f26ddbc..9c809e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { animationType="reveal-blur" buttons={[ { text: "Get in Touch", href: "#" }, - { text: "Visit Us", href: "#" } + { text: "Schedule Showroom Visit", href: "#" } ]} background={{ variant: "plain" }} useInvertedBackground={false}