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 = [
{
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: "#" },
],