From 9d208702d84d04ab805ccc7b54f8399ddc7f6b7c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 14:38:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 286 +++++++---------------------------------------- 1 file changed, 39 insertions(+), 247 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cc659c..73a87bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -143,27 +81,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - title: "NLP Garment Prompts", - description: "Highly descriptive prompts based on your style and fabric preferences.", - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151487012.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16158.jpg", - buttonText: "Learn More", - }, - { - title: "Style3D Integration", - description: "Seamlessly export design concepts directly to your 3D modeling workflow.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-online-avatar-design_23-2149699879.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862176.jpg", - buttonText: "Learn More", - }, - { - title: "Optimized Workflow", - description: "Reduce sample costs and brainstorming cycles with precision-engineered prompts.", - imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896857.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-microperforated-sheets-still-life_23-2150260317.jpg", - buttonText: "Learn More", - }, + { title: "NLP Garment Prompts", description: "Highly descriptive prompts based on your style and fabric preferences.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151487012.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16158.jpg", buttonText: "Learn More" }, + { title: "Style3D Integration", description: "Seamlessly export design concepts directly to your 3D modeling workflow.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-online-avatar-design_23-2149699879.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862176.jpg", buttonText: "Learn More" }, + { title: "Optimized Workflow", description: "Reduce sample costs and brainstorming cycles with precision-engineered prompts.", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896857.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-microperforated-sheets-still-life_23-2150260317.jpg", buttonText: "Learn More" } ]} title="Engineered for Creative Precision" description="Unlock advanced tools built specifically for the needs of modern fashion designers and directors." @@ -176,33 +96,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "40%", - title: "Time Saved", - items: [ - "Conceptualization stage", - "Iterative design cycles", - ], - }, - { - id: "m2", - value: "2x", - title: "Design Output", - items: [ - "More concept variations", - "Faster sample cycles", - ], - }, - { - id: "m3", - value: "100%", - title: "Cohesive Vision", - items: [ - "Unified design language", - "Clear team communication", - ], - }, + { id: "m1", value: "40%", title: "Time Saved", items: ["Conceptualization stage", "Iterative design cycles"] }, + { id: "m2", value: "2x", title: "Design Output", items: ["More concept variations", "Faster sample cycles"] }, + { id: "m3", value: "100%", title: "Cohesive Vision", items: ["Unified design language", "Clear team communication"] } ]} title="Measurable Design Excellence" description="Tangible benefits for designers and established brands alike." @@ -215,30 +111,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} team={[ - { - id: "t1", - name: "Fashion Designers", - role: "Creative Ideation", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452673.jpg", - }, - { - id: "t2", - name: "Creative Directors", - role: "Collection Strategy", - imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623491.jpg", - }, - { - id: "t3", - name: "Pattern Makers", - role: "Technical Precision", - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4625.jpg", - }, - { - id: "t4", - name: "Stylists", - role: "Trend Analysis", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg", - }, + { id: "t1", name: "Fashion Designers", role: "Creative Ideation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452673.jpg" }, + { id: "t2", name: "Creative Directors", role: "Collection Strategy", imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623491.jpg" }, + { id: "t3", name: "Pattern Makers", role: "Technical Precision", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4625.jpg" }, + { id: "t4", name: "Stylists", role: "Trend Analysis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg" } ]} title="Who It's For" description="Built for every professional shaping the future of fashion." @@ -247,44 +123,15 @@ export default function LandingPage() {