diff --git a/src/app/page.tsx b/src/app/page.tsx index c25de09..74a7a6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Call Now", href: "tel:+14099888925" }, + { text: "Schedule Repair Today", href: "tel:+14099888925" }, { text: "Learn More", href: "about" } ]} buttonAnimation="slide-up" @@ -213,4 +213,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file