diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e95faf..4081f17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -225,7 +225,7 @@ export default function LandingPage() { description="Call us today at (503) 457-1332 to schedule your maintenance or cleaning." buttons={[ { - text: "Call Now", href: "tel:5034571332"}, + text: "Get Your Free Quote", onClick: () => { window.location.href = "tel:5034571332"; }}, ]} />