Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 08:45:48 +00:00
parent 48c387e988
commit 80bca6e089

View File

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