diff --git a/src/app/page.tsx b/src/app/page.tsx index 38a1860..ed9696b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Call for a Free Estimate", href: "https://tel:+17135550142" }, + { text: "Call Now for Free Estimate", href: "https://tel:+17135550142" }, { text: "Get a Quote Online", href: "#contact" } ]} buttonAnimation="slide-up" @@ -317,4 +317,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file