diff --git a/src/app/page.tsx b/src/app/page.tsx index f4ee5e0..479e511 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,7 +173,7 @@ export default function FloridaRoofingPage() { columns={[ { title: "Florida Roofing Team", items: [{ label: "Serving homeowners across Florida" }, { label: "Licensed & Insured" }] }, { title: "Quick Links", items: [{ label: "Services", href: "#services" }, { label: "Reviews", href: "#testimonials" }, { label: "FAQ", href: "#faq" }] }, - { title: "Contact", items: [{ label: "Call Now" }, { label: "Email Us" }] } + { title: "Contact", items: [{ label: "(555) 123-4567", href: "tel:+15551234567" }, { label: "hello@floridaroofing.com", href: "mailto:hello@floridaroofing.com" }] } ]} bottomLeftText="© 2026 Florida Roofing Team. All rights reserved." bottomRightText=""