From 284aaf2963c3aac78622795209bda539e68c3b74 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:47:47 +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 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} -- 2.49.1