Update src/app/contact/page.tsx

This commit is contained in:
2026-03-02 20:07:35 +00:00
parent 010224d1b1
commit 3e16faa7cf

View File

@@ -20,8 +20,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Hoodies", href: "/shop/hoodies" },
{ label: "Sweatpants", href: "/shop/sweatpants" },
{ label: "Sets", href: "/shop/sets" },
@@ -29,8 +28,7 @@ export default function ContactPage() {
],
},
{
title: "Information",
items: [
title: "Information", items: [
{ label: "About ARCT", href: "/about" },
{ label: "Craft & Materials", href: "/craft-materials" },
{ label: "Sustainability", href: "/sustainability" },
@@ -38,8 +36,7 @@ export default function ContactPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Shipping & Returns", href: "/shipping-returns" },
{ label: "Contact", href: "/contact" },
{ label: "Size Guide", href: "#" },
@@ -89,25 +86,13 @@ export default function ContactPage() {
description="Multiple ways to reach our support team."
metrics={[
{
id: "1",
value: "24",
title: "Hour Response",
description: "Email us and we'll respond within one business day.",
icon: Mail,
id: "1", value: "24", title: "Hour Response", description: "Email us and we'll respond within one business day.", icon: Mail,
},
{
id: "2",
value: "Live",
title: "Support",
description: "Chat with our team during business hours (MonFri, 9am5pm CET).",
icon: MessageCircle,
id: "2", value: "Live", title: "Support", description: "Chat with our team during business hours (MonFri, 9am5pm CET).", icon: MessageCircle,
},
{
id: "3",
value: "Direct",
title: "Line",
description: "Call us for urgent inquiries. Phone support available during business hours.",
icon: Phone,
id: "3", value: "Direct", title: "Line", description: "Call us for urgent inquiries. Phone support available during business hours.", icon: Phone,
},
]}
gridVariant="uniform-all-items-equal"