diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3e4e8e8..8a748c4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Tree Removal", href: "/services" }, { label: "Tree Trimming", href: "/services" }, { label: "Stump Grinding", href: "/services" }, @@ -36,16 +34,14 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "📞 (256) 374-2193", href: "tel:+12563742193" }, { label: "📍 Harvest, AL 35749", href: "#" }, { label: "Get Free Estimate", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ],