From 0a55929d1fc54c56b8db3686852c2b94edb983b8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:07:58 +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 1dac571..1f69aae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,8 +198,8 @@ export default function LandingPage() { description="Open 7 AM – 5 PM Daily. No appointment needed – walk-ins welcome! Tap to call and book your appointment or visit us in person for immediate service." background={{ variant: "rotated-rays-animated-grid" }} useInvertedBackground={true} - inputPlaceholder="(555) 123-4567" buttonText="Call Now" + onSubmit={handleCallClick} termsText="Direct phone booking is the fastest way to schedule your appointment. We answer calls within 1 minute during business hours." /> -- 2.49.1