From ddc7be96a078fb11dbde5194d0a389c66709dbe9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:39:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03ba19b..51a3c6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,30 +38,30 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg?_wi=1", imageAlt: "fabric macro textile weave detail" + imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg", imageAlt: "fabric macro textile weave detail" }, { - imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg?_wi=1", imageAlt: "athletic training model performance wear" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg", imageAlt: "athletic training model performance wear" }, { - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg?_wi=1", imageAlt: "apparel front product minimal clean" + imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg", imageAlt: "apparel front product minimal clean" }, { - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg?_wi=2", imageAlt: "apparel back product minimal clean" + imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg", imageAlt: "apparel back product minimal clean" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg?_wi=1", imageAlt: "lifestyle performance discipline athletic dark" + imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg", imageAlt: "lifestyle performance discipline athletic dark" }, { - imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg?_wi=2", imageAlt: "fabric macro textile weave detail" + imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg", imageAlt: "fabric macro textile weave detail" }, { - imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg?_wi=2", imageAlt: "athletic training model performance wear" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg", imageAlt: "athletic training model performance wear" }, { - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg?_wi=3", imageAlt: "apparel front product minimal clean" + imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg", imageAlt: "apparel front product minimal clean" } ]} carouselPosition="right" @@ -86,15 +86,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "UNBRKABLE", name: "Performance Engineered Fabric", price: "First Drop Only", rating: 5, - reviewCount: "Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg?_wi=3", imageAlt: "Premium performance fabric" + reviewCount: "Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg", imageAlt: "Premium performance fabric" }, { id: "2", brand: "UNBRKABLE", name: "Training Edition", price: "First Drop Only", rating: 5, - reviewCount: "Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg?_wi=3", imageAlt: "Athlete in training gear" + reviewCount: "Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg", imageAlt: "Athlete in training gear" }, { id: "3", brand: "UNBRKABLE", name: "Precision Cut", price: "First Drop Only", rating: 5, - reviewCount: "Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg?_wi=4", imageAlt: "Product front detail" + reviewCount: "Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg", imageAlt: "Product front detail" } ]} title="Limited First Release" @@ -114,9 +114,10 @@ export default function LandingPage() { { value: "100%", title: "Uncompromising" }, { value: "1", title: "Drop Only" } ]} - imageSrc="http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg" imageAlt="UNBRKABLE ethos" mediaAnimation="none" + metricsAnimation="none" useInvertedBackground={true} /> -- 2.49.1