diff --git a/src/app/page.tsx b/src/app/page.tsx index 50f7d0b..c9b3aff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Get a Free Estimate", href: "#contact" }, + { text: "Schedule Free Consultation", href: "#contact" }, { text: "Call Now", href: "tel:+1-815-555-0147" } ]} buttonAnimation="blur-reveal" @@ -241,4 +241,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file