From 32ce67560a784674a48ba75d12cefd8fb946dc0a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:06:59 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 100 +++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 59 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d76a387..4f00c5c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,44 +16,6 @@ export default function AboutPage() { { name: "Contact", id: "/contact" }, ]; - const footerColumns = [ - { - title: "Quick Links", - items: [ - { label: "Home", href: "/" }, - { label: "Services", href: "/services" }, - { label: "About Us", href: "/about" }, - { label: "Contact", href: "/contact" }, - ], - }, - { - title: "Services", - items: [ - { label: "Plumbing", href: "/services" }, - { label: "Electrical", href: "/services" }, - { label: "HVAC", href: "/services" }, - { label: "Emergency", href: "tel:+1-555-0123" }, - ], - }, - { - title: "Company", - items: [ - { label: "About", href: "/about" }, - { label: "Careers", href: "#" }, - { label: "Reviews", href: "#" }, - { label: "Contact", href: "/contact" }, - ], - }, - { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Licensing", href: "#" }, - ], - }, - ]; - return ( @@ -138,7 +88,39 @@ export default function AboutPage() { {/* Footer */} @@ -367,7 +225,39 @@ export default function HomePage() { {/* Footer */}