diff --git a/src/app/page.tsx b/src/app/page.tsx index 9422bf5..f2bb970 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Call Now (713) 352-1919", href: "tel:(713) 352-1919" }, + { text: "Schedule Free Inspection", href: "tel:(713) 352-1919" }, { text: "Request Service", href: "#contact" } ]} buttonAnimation="slide-up" @@ -232,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file