From 64f93df84bd07cc7f6536b08ccfa76ae61b7e67d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:21:44 +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 d3d0eab..298ed1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { ctaTitle="Book Your Appointment" ctaDescription="Reserve your premium grooming experience at Studio09. Call us to schedule or visit for a walk-in." ctaIcon={Phone} - ctaButton={{ text: "Call (832) 894-1547", href: "tel:+18328941547" }} + ctaButton={{ text: "Schedule Free Consultation", href: "tel:+18328941547" }} faqs={[ { id: "1", title: "What are your hours of operation?", content: "We open at 10 AM daily to serve our clients with precision barbering. Please call us at (832) 894-1547 for specific closing times and holiday hours." }, { id: "2", title: "Do you accept walk-ins?", content: "Yes! We accept walk-ins and love serving new clients without appointments. However, we recommend calling ahead during peak hours to minimize wait times." },