From 36e8849eddc81b71251c09e5fe6360d4073b4f67 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 00:14:34 +0000 Subject: [PATCH] Update src/app/craft/page.tsx --- src/app/craft/page.tsx | 41 +++++++++-------------------------------- 1 file changed, 9 insertions(+), 32 deletions(-) diff --git a/src/app/craft/page.tsx b/src/app/craft/page.tsx index 46e612c..5d4fe8f 100644 --- a/src/app/craft/page.tsx +++ b/src/app/craft/page.tsx @@ -1,5 +1,6 @@ "use client"; +import Link from "next/link"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -43,39 +44,19 @@ export default function CraftPage() { features={[ { id: 1, - 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" + 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" }, { id: 2, - 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" + 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" }, { id: 3, - 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" + 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" }, { id: 4, - 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" + 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" } ]} /> @@ -85,8 +66,7 @@ export default function CraftPage() { logoText="DISTRICT" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "New Arrivals", href: "/shop/new" }, { label: "Collections", href: "/collections" }, { label: "Sale", href: "/sale" }, @@ -94,8 +74,7 @@ export default function CraftPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "/careers" }, { label: "Press", href: "/press" }, @@ -103,8 +82,7 @@ export default function CraftPage() { ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "Shipping Info", href: "/shipping" }, { label: "Returns", href: "/returns" }, @@ -112,8 +90,7 @@ export default function CraftPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" },