Update src/app/page.tsx

This commit is contained in:
2026-03-10 09:53:51 +00:00
parent e9d6c411da
commit f7ee4ceef9

View File

@@ -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}