diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a95a27..92ec3c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,25 +51,25 @@ export default function LandingPage() { testimonials={[ { name: "Alex Riv", handle: "@alexriv", testimonial: "The quality is simply unmatched. Everything fits perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-hugging-while-sitting-stairs_23-2148133971.jpg", imageAlt: "modern fashion store hero shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-hugging-while-sitting-stairs_23-2148133971.jpg?_wi=1", imageAlt: "modern fashion store hero shot"}, { name: "Jordan S.", handle: "@jsmith", testimonial: "Fast shipping and the fabrics feel incredibly premium.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-young-woman-white-sweater_613910-11214.jpg", imageAlt: "casual white cotton t-shirt"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-young-woman-white-sweater_613910-11214.jpg?_wi=1", imageAlt: "casual white cotton t-shirt"}, { name: "Casey W.", handle: "@casey", testimonial: "My new favorite store for everyday wear. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478947.jpg", imageAlt: "black denim jacket classic"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478947.jpg?_wi=1", imageAlt: "black denim jacket classic"}, { name: "Sam L.", handle: "@saml", testimonial: "Great customer service and stylish designs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/travel-accessory-concept_1388-36.jpg", imageAlt: "blue slim fit jeans"}, + imageSrc: "http://img.b2bpic.net/free-photo/travel-accessory-concept_1388-36.jpg?_wi=1", imageAlt: "blue slim fit jeans"}, { name: "Taylor P.", handle: "@taylor", testimonial: "Excellent experience from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-clothes_23-2149241347.jpg", imageAlt: "beige wool coat winter fashion"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-clothes_23-2149241347.jpg?_wi=1", imageAlt: "beige wool coat winter fashion"}, ]} buttons={[ { text: "Shop Now", href: "#catalog"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-couple-hugging-while-sitting-stairs_23-2148133971.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-couple-hugging-while-sitting-stairs_23-2148133971.jpg?_wi=2" imageAlt="Fashion collection hero" avatars={[ { @@ -110,16 +110,16 @@ export default function LandingPage() { products={[ { id: "p1", name: "Essential White Tee", price: "$29", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-young-woman-white-sweater_613910-11214.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-young-woman-white-sweater_613910-11214.jpg?_wi=2"}, { id: "p2", name: "Classic Denim Jacket", price: "$89", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478947.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478947.jpg?_wi=2"}, { id: "p3", name: "Slim Fit Denim", price: "$65", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/travel-accessory-concept_1388-36.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/travel-accessory-concept_1388-36.jpg?_wi=2"}, { id: "p4", name: "Wool Blend Coat", price: "$129", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-clothes_23-2149241347.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-clothes_23-2149241347.jpg?_wi=2"}, { id: "p5", name: "Leather Chelsea Boots", price: "$145", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brown-haired-stylish-girl-black-dress-outdoor-young-attractive-elegant-woman-portrait-with-long-hair-springtime-city-streets_1328-4505.jpg"},