Update src/app/craft/page.tsx
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
|
import Link from "next/link";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
@@ -43,39 +44,19 @@ export default function CraftPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
tag: "Design",
|
tag: "Design", title: "Conceptualization", subtitle: "Vision to Blueprint", description: "Our creative team explores urban trends and cultural movements to develop pieces that resonate with the street culture community while maintaining timeless appeal.", imageSrc: "https://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976833.jpg", imageAlt: "Design and conceptualization process"
|
||||||
title: "Conceptualization",
|
|
||||||
subtitle: "Vision to Blueprint",
|
|
||||||
description: "Our creative team explores urban trends and cultural movements to develop pieces that resonate with the street culture community while maintaining timeless appeal.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976833.jpg",
|
|
||||||
imageAlt: "Design and conceptualization process"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
tag: "Materials",
|
tag: "Materials", title: "Premium Selection", subtitle: "Quality First", description: "We source only the finest sustainable fabrics and materials, ensuring durability, comfort, and ethical production standards across all our collections.", imageSrc: "https://img.b2bpic.net/free-photo/green-fabric_1122-610.jpg", imageAlt: "Premium fabric and materials selection"
|
||||||
title: "Premium Selection",
|
|
||||||
subtitle: "Quality First",
|
|
||||||
description: "We source only the finest sustainable fabrics and materials, ensuring durability, comfort, and ethical production standards across all our collections.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/green-fabric_1122-610.jpg",
|
|
||||||
imageAlt: "Premium fabric and materials selection"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
tag: "Production",
|
tag: "Production", title: "Expert Crafting", subtitle: "Precision Manufacturing", description: "Our skilled artisans use traditional techniques combined with modern equipment to create garments that exceed industry standards.", imageSrc: "https://img.b2bpic.net/free-photo/mother-with-little-daughter-sew-clothes-factory_1157-29644.jpg", imageAlt: "Expert garment crafting process"
|
||||||
title: "Expert Crafting",
|
|
||||||
subtitle: "Precision Manufacturing",
|
|
||||||
description: "Our skilled artisans use traditional techniques combined with modern equipment to create garments that exceed industry standards.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/mother-with-little-daughter-sew-clothes-factory_1157-29644.jpg",
|
|
||||||
imageAlt: "Expert garment crafting process"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
tag: "Quality",
|
tag: "Quality", title: "Rigorous Testing", subtitle: "Zero Compromise", description: "Every piece undergoes comprehensive quality inspections to ensure it meets our exacting standards before it reaches your wardrobe.", imageSrc: "https://img.b2bpic.net/free-photo/two-fashion-designers-atelier-consulting-clothing-line-plans_23-2148846772.jpg", imageAlt: "Quality control and inspection process"
|
||||||
title: "Rigorous Testing",
|
|
||||||
subtitle: "Zero Compromise",
|
|
||||||
description: "Every piece undergoes comprehensive quality inspections to ensure it meets our exacting standards before it reaches your wardrobe.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/two-fashion-designers-atelier-consulting-clothing-line-plans_23-2148846772.jpg",
|
|
||||||
imageAlt: "Quality control and inspection process"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -85,8 +66,7 @@ export default function CraftPage() {
|
|||||||
logoText="DISTRICT"
|
logoText="DISTRICT"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{ label: "New Arrivals", href: "/shop/new" },
|
{ label: "New Arrivals", href: "/shop/new" },
|
||||||
{ label: "Collections", href: "/collections" },
|
{ label: "Collections", href: "/collections" },
|
||||||
{ label: "Sale", href: "/sale" },
|
{ label: "Sale", href: "/sale" },
|
||||||
@@ -94,8 +74,7 @@ export default function CraftPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Careers", href: "/careers" },
|
{ label: "Careers", href: "/careers" },
|
||||||
{ label: "Press", href: "/press" },
|
{ label: "Press", href: "/press" },
|
||||||
@@ -103,8 +82,7 @@ export default function CraftPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact Us", href: "/contact" },
|
{ label: "Contact Us", href: "/contact" },
|
||||||
{ label: "Shipping Info", href: "/shipping" },
|
{ label: "Shipping Info", href: "/shipping" },
|
||||||
{ label: "Returns", href: "/returns" },
|
{ label: "Returns", href: "/returns" },
|
||||||
@@ -112,8 +90,7 @@ export default function CraftPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "/privacy" },
|
{ label: "Privacy Policy", href: "/privacy" },
|
||||||
{ label: "Terms of Service", href: "/terms" },
|
{ label: "Terms of Service", href: "/terms" },
|
||||||
{ label: "Cookie Policy", href: "/cookies" },
|
{ label: "Cookie Policy", href: "/cookies" },
|
||||||
|
|||||||
Reference in New Issue
Block a user