From 2c1928a57dd34fc75bae60c16f0e0f319e8cc7e0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:01:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7d68ae..d9fe175 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,25 +48,25 @@ export default function LandingPage() { testimonials={[ { name: "Anna S.", handle: "@anna_style", testimonial: "The quality of the linen is unparalleled. Finally, sustainable clothing that looks good and feels better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-with-yellow-cloth-nature_23-2148170255.jpg", imageAlt: "sustainable clothing model sunlight"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-with-yellow-cloth-nature_23-2148170255.jpg?_wi=1", imageAlt: "sustainable clothing model sunlight"}, { name: "Marcus L.", handle: "@m.l.design", testimonial: "I love the earth tones. Ochre has become my go-to for daily essentials.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/christmas-composition-with-present-rope_23-2147720600.jpg", imageAlt: "sustainable clothing model sunlight"}, + imageSrc: "http://img.b2bpic.net/free-photo/christmas-composition-with-present-rope_23-2147720600.jpg?_wi=1", imageAlt: "sustainable clothing model sunlight"}, { name: "Sarah J.", handle: "@sarah.eco", testimonial: "Truly breathable fabrics. It's refreshing to support a brand with such high standards.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stack-cozy-knitted-sweaters-wooden-background_169016-51017.jpg", imageAlt: "sustainable clothing model sunlight"}, + imageSrc: "http://img.b2bpic.net/free-photo/stack-cozy-knitted-sweaters-wooden-background_169016-51017.jpg?_wi=1", imageAlt: "sustainable clothing model sunlight"}, { name: "David T.", handle: "@dt_fit", testimonial: "Sustainable, chic, and incredibly durable. Everything I need in my wardrobe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-condom-jeans-zip_23-2148259735.jpg", imageAlt: "sustainable clothing model sunlight"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-condom-jeans-zip_23-2148259735.jpg?_wi=1", imageAlt: "sustainable clothing model sunlight"}, { name: "Elena M.", handle: "@elena.m", testimonial: "The perfect fit and ethically sourced. Simply the best.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-barter-event-exchange-goods_23-2150208201.jpg", imageAlt: "sustainable clothing model sunlight"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-barter-event-exchange-goods_23-2150208201.jpg?_wi=1", imageAlt: "sustainable clothing model sunlight"}, ]} buttons={[ { text: "Shop Collections", href: "#products"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-joyful-woman-with-yellow-cloth-nature_23-2148170255.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-joyful-woman-with-yellow-cloth-nature_23-2148170255.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170134.jpg", alt: "Portrait of a customer 1"}, @@ -91,7 +91,7 @@ export default function LandingPage() { description="We started Ochre Clothing because we believe that style shouldn't cost the planet. Our design philosophy centers around natural fibers, ethical production, and timeless, gender-neutral silhouettes that transcend passing trends." subdescription="Every garment tells a story of mindful creation, local sourcing, and a dedication to quality over quantity." icon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/christmas-composition-with-present-rope_23-2147720600.jpg" + imageSrc="http://img.b2bpic.net/free-photo/christmas-composition-with-present-rope_23-2147720600.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -104,11 +104,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Sustainable Sourcing", description: "We only use GOTS-certified organic cotton and sustainable linen.", imageSrc: "http://img.b2bpic.net/free-photo/stack-cozy-knitted-sweaters-wooden-background_169016-51017.jpg"}, + title: "Sustainable Sourcing", description: "We only use GOTS-certified organic cotton and sustainable linen.", imageSrc: "http://img.b2bpic.net/free-photo/stack-cozy-knitted-sweaters-wooden-background_169016-51017.jpg?_wi=2"}, { - title: "Ethical Production", description: "Our garments are made by fair-wage artisans in small-batch facilities.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-condom-jeans-zip_23-2148259735.jpg"}, + title: "Ethical Production", description: "Our garments are made by fair-wage artisans in small-batch facilities.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-condom-jeans-zip_23-2148259735.jpg?_wi=2"}, { - title: "Timeless Design", description: "Designs meant to last a lifetime, not just a season.", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-barter-event-exchange-goods_23-2150208201.jpg"}, + title: "Timeless Design", description: "Designs meant to last a lifetime, not just a season.", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-barter-event-exchange-goods_23-2150208201.jpg?_wi=2"}, ]} title="Why Choose Ochre" description="Quality meets integrity in every stitch." -- 2.49.1