Update src/app/about/page.tsx

This commit is contained in:
2026-01-23 00:14:32 +00:00
parent 391a121c95
commit 6368e07537

View File

@@ -1,5 +1,6 @@
"use client";
import Link from "next/link";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -37,8 +38,7 @@ export default function AboutPage() {
<TextSplitAbout
title="Built for the Streets"
description={[
"DISTRICT represents more than clothing—we're a movement born from the raw energy of urban culture. Founded by creators who understand that true style can't be manufactured, only cultivated.",
"We draw inspiration from the architects of street culture: the artists, the rebels, the innovators who refuse to follow trends but create them. Every thread tells their story."
"DISTRICT represents more than clothing—we're a movement born from the raw energy of urban culture. Founded by creators who understand that true style can't be manufactured, only cultivated.", "We draw inspiration from the architects of street culture: the artists, the rebels, the innovators who refuse to follow trends but create them. Every thread tells their story."
]}
buttons={[
{ text: "See Our Collections", href: "/" }
@@ -52,8 +52,7 @@ export default function AboutPage() {
<TextSplitAbout
title="Quality Without Compromise"
description={[
"In a world of fast fashion and disposable trends, we stand for something different. Each DISTRICT piece is engineered to last, crafted with premium materials that age beautifully.",
"Our commitment extends beyond quality—we believe in ethical production, fair wages, and sustainable practices. Because authentic culture deserves authentic values."
"In a world of fast fashion and disposable trends, we stand for something different. Each DISTRICT piece is engineered to last, crafted with premium materials that age beautifully.", "Our commitment extends beyond quality—we believe in ethical production, fair wages, and sustainable practices. Because authentic culture deserves authentic values."
]}
buttons={[
{ text: "Learn About Our Process", href: "/craft" }
@@ -67,8 +66,7 @@ export default function AboutPage() {
<TextSplitAbout
title="Culture Over Commerce"
description={[
"We're not interested in being the biggest—we're focused on being the most authentic. DISTRICT pieces are worn by individuals who understand that true style is about self-expression, not status symbols.",
"Join a community that values creativity over conformity, substance over hype. This is streetwear with soul."
"We're not interested in being the biggest—we're focused on being the most authentic. DISTRICT pieces are worn by individuals who understand that true style is about self-expression, not status symbols.", "Join a community that values creativity over conformity, substance over hype. This is streetwear with soul."
]}
buttons={[
{ text: "Connect With Us", href: "/contact" }
@@ -82,8 +80,7 @@ export default function AboutPage() {
logoText="DISTRICT"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "New Arrivals", href: "/shop/new" },
{ label: "Collections", href: "/collections" },
{ label: "Sale", href: "/sale" },
@@ -91,8 +88,7 @@ export default function AboutPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/careers" },
{ label: "Press", href: "/press" },
@@ -100,8 +96,7 @@ export default function AboutPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Shipping Info", href: "/shipping" },
{ label: "Returns", href: "/returns" },
@@ -109,8 +104,7 @@ export default function AboutPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },