diff --git a/src/app/page.tsx b/src/app/page.tsx index 318e1a5..c4a191d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} />