diff --git a/src/app/page.tsx b/src/app/page.tsx index ce4e9ff..d9ce39d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-hugging-while-sitting-stairs_23-2148133971.jpg?_wi=1", imageAlt: "modern fashion store hero shot", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-young-woman-white-sweater_613910-11214.jpg?_wi=1", imageAlt: "casual white cotton t-shirt", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478947.jpg?_wi=1", imageAlt: "black denim jacket classic", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@saml", testimonial: "Great customer service and stylish designs.", 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=1", imageAlt: "blue slim fit jeans", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-clothes_23-2149241347.jpg?_wi=1", imageAlt: "beige wool coat winter fashion", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { 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={[ { @@ -169,28 +169,28 @@ export default function LandingPage() { 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",