From 3e16faa7cfa986a2a6defd738f33fcd1c8e4d657 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:07:35 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 33001b1..e5e4a35 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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 (Mon–Fri, 9am–5pm CET).", - icon: MessageCircle, + id: "2", value: "Live", title: "Support", description: "Chat with our team during business hours (Mon–Fri, 9am–5pm 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"