From 2341ea83e392bd6b75e2248725a8b3581b75efa2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:34:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca420a2..abda427 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { description="Founded in 2020, Modern Threads reimagines sustainable fashion" subdescription="Every piece supports ethical production and environmental stewardship" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/three-tailors-sitting-row_329181-14358.jpg" + imageSrc="http://img.b2bpic.net/free-photo/three-tailors-sitting-row_329181-14358.jpg?_wi=1" imageAlt="Our sustainable fashion brand team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -141,10 +141,10 @@ export default function LandingPage() { speed={40} testimonials={[ { - id: "1", name: "Sarah Chen", handle: "@sarahstyle", testimonial: "Finally found a brand that aligns with my values. The quality is exceptional and I feel great wearing clothes that are ethically made.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-selling-clothes-online-medium-shot_23-2149731147.jpg", imageAlt: "Sarah Chen" + id: "1", name: "Sarah Chen", handle: "@sarahstyle", testimonial: "Finally found a brand that aligns with my values. The quality is exceptional and I feel great wearing clothes that are ethically made.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-selling-clothes-online-medium-shot_23-2149731147.jpg?_wi=1", imageAlt: "Sarah Chen" }, { - id: "2", name: "Marcus Johnson", handle: "@consciousstyle", testimonial: "The attention to detail and sustainability commitment is impressive. These pieces have become staples in my wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-owners-preparing-their-store_23-2149300884.jpg", imageAlt: "Marcus Johnson" + id: "2", name: "Marcus Johnson", handle: "@consciousstyle", testimonial: "The attention to detail and sustainability commitment is impressive. These pieces have become staples in my wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-owners-preparing-their-store_23-2149300884.jpg?_wi=1", imageAlt: "Marcus Johnson" }, { id: "3", name: "Elena Rodriguez", handle: "@ecowarrior", testimonial: "Supporting sustainable fashion has never been easier. Modern Threads proves you don't have to compromise style for sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/mother-adult-daughter-with-shopping-bag_1157-31130.jpg", imageAlt: "Elena Rodriguez" @@ -153,10 +153,10 @@ export default function LandingPage() { id: "4", name: "James Park", handle: "@minimalfashion", testimonial: "The timeless designs mean my wardrobe actually gets better with time. Investment pieces that truly last. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-break_23-2148898075.jpg", imageAlt: "James Park" }, { - id: "5", name: "Olivia Martinez", handle: "@sustainablestyle", testimonial: "From packaging to the product itself, every detail reflects their commitment to the environment. This is how fashion should be done.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-selling-clothes-online-medium-shot_23-2149731147.jpg", imageAlt: "Olivia Martinez" + id: "5", name: "Olivia Martinez", handle: "@sustainablestyle", testimonial: "From packaging to the product itself, every detail reflects their commitment to the environment. This is how fashion should be done.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-selling-clothes-online-medium-shot_23-2149731147.jpg?_wi=2", imageAlt: "Olivia Martinez" }, { - id: "6", name: "David Kim", handle: "@ethicalfirst", testimonial: "Transparency and quality go hand in hand at Modern Threads. I know exactly where my clothes come from and that matters to me.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-owners-preparing-their-store_23-2149300884.jpg", imageAlt: "David Kim" + id: "6", name: "David Kim", handle: "@ethicalfirst", testimonial: "Transparency and quality go hand in hand at Modern Threads. I know exactly where my clothes come from and that matters to me.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-owners-preparing-their-store_23-2149300884.jpg?_wi=2", imageAlt: "David Kim" } ]} /> @@ -188,7 +188,7 @@ export default function LandingPage() { description="Subscribe to our newsletter for exclusive early access to new collections, sustainability tips, and special offers for our community." background={{ variant: "circleGradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/three-tailors-sitting-row_329181-14358.jpg" + imageSrc="http://img.b2bpic.net/free-photo/three-tailors-sitting-row_329181-14358.jpg?_wi=2" imageAlt="Newsletter signup" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1