From 378eac37a3412c605ee392fd07cc0432ec309aff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 04:43:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58e793b..9bf611e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,19 +146,19 @@ export default function LandingPage() { metrics={[ { id: "step-1", value: "1", title: "Call or Book Online", items: [ - "Reach Drew directly by phone or submit a request below. Fast, friendly response — no voicemail maze.""], + "Reach Drew directly by phone or submit a request below. Fast, friendly response — no voicemail maze."], }, { id: "step-2", value: "2", title: "Get a Fair Estimate", items: [ - "We come out, assess the job, and give you honest upfront pricing with no hidden fees or surprises.""], + "We come out, assess the job, and give you honest upfront pricing with no hidden fees or surprises."], }, { id: "step-3", value: "3", title: "We Show Up & Fix It", items: [ - "Our team arrives on time, does the work right, and cleans up before we leave. Exactly as promised.""], + "Our team arrives on time, does the work right, and cleans up before we leave. Exactly as promised."], }, { id: "step-4", value: "4", title: "You're Taken Care Of", items: [ - "We stand behind our work. If something isn't right, Drew makes it right. That's our commitment to you.""], + "We stand behind our work. If something isn't right, Drew makes it right. That's our commitment to you."], }, ]} title="Simple. Transparent. *Stress-Free.*" -- 2.49.1