From 010224d1b1ec6a00a4d6d83ebcda4d027be87218 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:07:34 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d616297..6f4126d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { 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 AboutPage() { ], }, { - 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 AboutPage() { ], }, { - 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 AboutPage() { description="What drives every decision at ARCT." metrics={[ { - id: "1", - value: "100%", - title: "Craftsmanship", - description: "Every stitch matters. We focus on precise embroidery and clean finishing.", - icon: Award, + id: "1", value: "100%", title: "Craftsmanship", description: "Every stitch matters. We focus on precise embroidery and clean finishing.", icon: Award, }, { - id: "2", - value: "Zero", - title: "Compromise", - description: "Minimal branding, maximal quality. We let the fabric do the talking.", - icon: Zap, + id: "2", value: "Zero", title: "Compromise", description: "Minimal branding, maximal quality. We let the fabric do the talking.", icon: Zap, }, { - id: "3", - value: "Full", - title: "Transparency", - description: "Simple returns, clear shipping, no hidden terms. We respect your trust.", - icon: Eye, + id: "3", value: "Full", title: "Transparency", description: "Simple returns, clear shipping, no hidden terms. We respect your trust.", icon: Eye, }, ]} gridVariant="uniform-all-items-equal"