diff --git a/src/app/page.tsx b/src/app/page.tsx index e11f15f..6af186e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,10 +92,10 @@ export default function LandingPage() { tag="New Arrivals" products={[ { - id: "1", name: "Organic Heritage Tee", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-white-dress-side-view_23-2149412679.jpg", imageAlt: "Organic heritage tee" + id: "1", name: "Organic Heritage Tee", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-white-dress-side-view_23-2149412679.jpg?_wi=1", imageAlt: "Organic heritage tee" }, { - id: "2", name: "Eco-Linen Dress", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-white-dress-side-view_23-2149412679.jpg", imageAlt: "Eco-linen dress" + id: "2", name: "Eco-Linen Dress", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-white-dress-side-view_23-2149412679.jpg?_wi=2", imageAlt: "Eco-linen dress" }, { id: "3", name: "Sustainable Comfort Pants", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756258.jpg", imageAlt: "Sustainable comfort pants" @@ -147,13 +147,13 @@ export default function LandingPage() { id: "3", name: "Priya Patel, Designer", date: "Date: 8 January 2025", title: "The aesthetic I've always wanted", quote: "As a designer, I appreciate the attention to detail in every piece. The silhouettes are timeless, the fabrics are luxurious, and the sustainability story is genuine. This is what conscious fashion should look like.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-linen-dress-straw-hat-posing-boho-style-apartment_273443-280.jpg", imageAlt: "Priya showcasing Wilsxn design" }, { - id: "4", name: "Alex Rodriguez, Activist", date: "Date: 5 January 2025", title: "Supporting real change", quote: "Every purchase from Wilsxn feels like I'm contributing to something meaningful. The transparency around their supply chain and production practices is rare in the industry. I'm genuinely impressed.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2541.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170130.jpg", imageAlt: "Alex wearing Wilsxn sustainable fashion" + id: "4", name: "Alex Rodriguez, Activist", date: "Date: 5 January 2025", title: "Supporting real change", quote: "Every purchase from Wilsxn feels like I'm contributing to something meaningful. The transparency around their supply chain and production practices is rare in the industry. I'm genuinely impressed.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2541.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170130.jpg?_wi=1", imageAlt: "Alex wearing Wilsxn sustainable fashion" }, { id: "5", name: "Jessica Liu, Creative Director", date: "Date: 2 January 2025", title: "Luxury meets responsibility", quote: "I was skeptical about paying premium prices for sustainable clothing, but Wilsxn justified every dollar. The pieces are versatile, durable, and genuinely beautiful. This is the future of fashion.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-houseplant-sustainable-packaging_53876-130010.jpg", imageAlt: "Jessica with Wilsxn collection" }, { - id: "6", name: "David Kim, Environmental Consultant", date: "Date: 28 December 2024", title: "Walking the walk, not just talking", quote: "What sets Wilsxn apart is their genuine commitment to sustainability—not just marketing speak. Their zero-waste production and fair-trade partnerships demonstrate real integrity. I recommend them to everyone.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170130.jpg", imageAlt: "David in Wilsxn sustainable apparel" + id: "6", name: "David Kim, Environmental Consultant", date: "Date: 28 December 2024", title: "Walking the walk, not just talking", quote: "What sets Wilsxn apart is their genuine commitment to sustainability—not just marketing speak. Their zero-waste production and fair-trade partnerships demonstrate real integrity. I recommend them to everyone.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170130.jpg?_wi=2", imageAlt: "David in Wilsxn sustainable apparel" } ]} textboxLayout="default"