diff --git a/src/app/page.tsx b/src/app/page.tsx index 33e18fa..dabd05f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Get Free Inspection", href: "contact" }, + { text: "Schedule Service", href: "contact" }, { text: "Explore Products", href: "products" } ]} buttonAnimation="slide-up" @@ -66,7 +66,7 @@ export default function LandingPage() {