diff --git a/src/app/page.tsx b/src/app/page.tsx index e609f1f..e66640b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -214,7 +214,7 @@ export default function LandingPage() { animationType="reveal-blur" buttons={[ { text: "Request Free Estimate", href: "#contact" }, - { text: "Call Now" } + { text: "Schedule Free Inspection", href: "tel:+1234567890" } ]} background={{ variant: "glowing-orb" }} useInvertedBackground={true}