From 80bca6e089be4f7a5f6d0fb2ca96175cab48fec8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:45:48 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fcad9ea..7a5f6ad 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,24 +58,21 @@ export default function ContactPage() { copyrightText="© 2024 Pulse Digital. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/services" }, { label: "Web Development", href: "/services" }, { label: "Branding", href: "/services" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" },