From 23b6d2950167474b94c77801e8cf1045f9e4c865 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:57:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""