From 7c309522f0d7692b04960a2ff96ec00753becc8a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 05:35:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 161 +++++++++++------------------------------------ 1 file changed, 35 insertions(+), 126 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4811af..1d1a1dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Leaf, Sparkles, TrendingUp } from "lucide-react"; @@ -30,17 +29,11 @@ export default function LandingPage() { @@ -49,54 +42,33 @@ export default function LandingPage() {
@@ -108,28 +80,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Pattern Recognition", - description: "Automated identification of woven and printed fabric structures.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-clothing-designer_23-2150762226.jpg?_wi=1", - imageAlt: "digital fashion design software", + title: "Pattern Recognition", description: "Automated identification of woven and printed fabric structures.", bentoComponent: "reveal-icon", icon: Sparkles, }, { - title: "Trend Forecasting", - description: "AI-driven analysis of seasonal fabric pattern trends.", - bentoComponent: "reveal-icon", - icon: TrendingUp, - imageSrc: "http://img.b2bpic.net/free-photo/she-exactly-know-how-it-perfect-dress_329181-14333.jpg?_wi=1", - imageAlt: "professional fashion designer portrait", + title: "Trend Forecasting", description: "AI-driven analysis of seasonal fabric pattern trends.", bentoComponent: "reveal-icon", icon: TrendingUp, }, { - title: "Sustainability Scoring", - description: "Estimate material waste for your pattern placements.", - bentoComponent: "reveal-icon", - icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-632052.jpg?_wi=1", - imageAlt: "male textile designer portrait", + title: "Sustainability Scoring", description: "Estimate material waste for your pattern placements.", bentoComponent: "reveal-icon", icon: Leaf, }, ]} title="Sophisticated Analysis Tools" @@ -144,31 +101,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "40%", - title: "Waste Reduction", - items: [ - "Optimized cutting paths", - "Material utilization", - ], + id: "m1", value: "40%", title: "Waste Reduction", items: [ + "Optimized cutting paths", "Material utilization"], }, { - id: "m2", - value: "2x", - title: "Design Speed", - items: [ - "Faster pattern rendering", - "Automated workflows", - ], + id: "m2", value: "2x", title: "Design Speed", items: [ + "Faster pattern rendering", "Automated workflows"], }, { - id: "m3", - value: "99%", - title: "Precision", - items: [ - "Accurate seam mapping", - "Print alignment", - ], + id: "m3", value: "99%", title: "Precision", items: [ + "Accurate seam mapping", "Print alignment"], }, ]} title="Impact by the Numbers" @@ -181,30 +123,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - imageSrc: "http://img.b2bpic.net/free-photo/she-exactly-know-how-it-perfect-dress_329181-14333.jpg?_wi=2", - }, + id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/she-exactly-know-how-it-perfect-dress_329181-14333.jpg"}, { - id: "2", - name: "David Cho", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-632052.jpg?_wi=2", - }, + id: "2", name: "David Cho", imageSrc: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-632052.jpg"}, { - id: "3", - name: "Elena Rossi", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylist-looking-perfect-dress_329181-14349.jpg?_wi=1", - }, + id: "3", name: "Elena Rossi", imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylist-looking-perfect-dress_329181-14349.jpg"}, { - id: "4", - name: "Marcus Kane", - imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-being-covered-blue-plastic_23-2148763398.jpg", - }, + id: "4", name: "Marcus Kane", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-being-covered-blue-plastic_23-2148763398.jpg"}, { - id: "5", - name: "Sophie Reed", - imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379266.jpg", - }, + id: "5", name: "Sophie Reed", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379266.jpg"}, ]} cardTitle="Loved by Designers" cardTag="Testimonials" @@ -212,43 +139,25 @@ export default function LandingPage() { /> -
- -
-