Update src/app/about/page.tsx

This commit is contained in:
2026-03-02 20:07:34 +00:00
parent be7728347d
commit 010224d1b1

View File

@@ -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"