Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 16:49:55 +00:00
parent 9c2e8d809e
commit 07a390f470

View File

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