Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-05 16:58:05 +00:00

View File

@@ -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=""