diff --git a/src/app/page.tsx b/src/app/page.tsx index d504966..35cc2af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { description="Fast, reliable plumbing and drain services in your area. From emergency repairs to scheduled maintenance, we get the job done right, the first time." buttons={[ { - text: "Call Now", href: "tel:5550123"}, + text: "Call Now (555-0123)", href: "tel:5550123"}, { text: "Book Appointment", href: "#contact"}, ]}