diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ea06f3..376ca59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now: (555) 123-4567", href: "tel:+15551234567"}} + text: "Call Now: (555) 987-6543", href: "tel:+15559876543"}} animateOnLoad={true} /> @@ -52,7 +52,7 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} buttons={[ { - text: "Call Now: (555) 123-4567", href: "tel:+15551234567"}, + text: "Call Now: (555) 987-6543", href: "tel:+15559876543"}, { text: "Request Service", href: "/contact"}, ]} @@ -138,12 +138,12 @@ export default function HomePage() {