From 3c1452372a0010f387b7b9e4e61bb52d3ffc4fad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:30:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 157e885..c3a46f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Service Area", id: "service-area" } ]} bottomLeftText="Fast • Affordable • Reliable" - bottomRightText="941-XXX-XXXX" + bottomRightText="941-204-6124" /> @@ -45,7 +45,7 @@ export default function LandingPage() { description="Fast, affordable junk removal serving your community. We haul away furniture, appliances, yard waste, construction debris and more with professional reliability." buttons={[ { text: "Get Free Quote", href: "#contact" }, - { text: "Call Now: 941-XXX-XXXX", href: "tel:941-XXX-XXXX" } + { text: "Call Now: 941-204-6124", href: "tel:941-204-6124" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }}