Update src/app/contact/page.tsx

This commit is contained in:
2026-01-23 00:14:33 +00:00
parent cbb8fa6831
commit c1c2e958fd

View File

@@ -1,5 +1,6 @@
"use client";
import Link from "next/link";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -73,8 +74,7 @@ export default function ContactPage() {
logoText="DISTRICT"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "New Arrivals", href: "/shop/new" },
{ label: "Collections", href: "/collections" },
{ label: "Sale", href: "/sale" },
@@ -82,8 +82,7 @@ export default function ContactPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/careers" },
{ label: "Press", href: "/press" },
@@ -91,8 +90,7 @@ export default function ContactPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Shipping Info", href: "/shipping" },
{ label: "Returns", href: "/returns" },
@@ -100,8 +98,7 @@ export default function ContactPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },