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: "#" },