diff --git a/src/app/page.tsx b/src/app/page.tsx index 845533b..c0c3bd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HomePage() { tag="Serving Fall River & Nearby Areas" tagAnimation="slide-up" buttons={[ - { text: "CALL NOW", href: "tel:+15085550123" }, + { text: "CALL NOW: (508) 555-0123", href: "tel:+15085550123" }, { text: "GET FREE QUOTE", href: "/contact" }, ]} buttonAnimation="slide-up" @@ -83,8 +83,8 @@ export default function HomePage() {