Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23b6d29501 |
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user