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