From a31640a9638d4ea99c742c769caaed0556708ee0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:40:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 299da47..b2b6a34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,6 +147,10 @@ export default function LandingPage() { ctaDescription="Call us now or get directions to our Monticello location. We're open daily starting at 6:00 AM." ctaIcon={Phone} ctaButton={{ text: "Call: +1 (574) 583-8179", href: "tel:+15745838179" }} + ctaTitleClassName="text-2xl md:text-3xl font-bold" + ctaDescriptionClassName="text-base md:text-lg" + ctaButtonClassName="text-lg md:text-xl px-6 md:px-8 py-3 md:py-4" + ctaButtonTextClassName="text-base md:text-lg font-semibold" faqs={[ { id: "1", title: "What are your hours?", content: "We open at 6:00 AM daily. Call us at (574) 583-8179 for closing times and to confirm today's hours." -- 2.49.1