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 (