Update src/app/page.tsx

This commit is contained in:
2026-03-03 22:30:51 +00:00
parent cfa2bab51a
commit 3c1452372a

View File

@@ -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"
/>
</div>
@@ -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" }}