diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ba3aab..a6fb77e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,9 +98,9 @@ export default function HomePage() { ]} buttons={[ { - text: "Call Now: +1 567-395-4787", href: "tel:+15673954787"}, + text: "Schedule Free Estimate", href: "/contact"}, { - text: "Get a Free Quote", href: "/contact"}, + text: "Call Now: +1 567-395-4787", href: "tel:+15673954787"}, ]} /> @@ -212,4 +212,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}