Update src/app/page.tsx

This commit is contained in:
2026-03-02 20:25:19 +00:00
parent aa3bc97890
commit e39489b284

View File

@@ -235,7 +235,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[
{ text: "Get Free Quote", href: "#" },
{ text: "Call (555) 123-4567", href: "#" }
{ text: "Call (555) 123-4567", href: "tel:(555) 123-4567" }
]}
/>
</div>