diff --git a/src/app/page.tsx b/src/app/page.tsx index c939af4..89ff780 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@juliam", testimonial: "The quality of these clothes is unmatched. My new favorite store!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8480.jpg?_wi=1", imageAlt: "model fashion clothing store", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@markd", testimonial: "Shipping was fast and the fit is perfect every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg?_wi=1", imageAlt: "model fashion clothing store", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@sarahp", testimonial: "Love the sustainable approach and minimalist aesthetic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/seductive-girl-wearing-distressed-jeans-denim-jacket-looking-camera-while-sitting-chair-fitting-room-clothing-store_613910-20033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seductive-girl-wearing-distressed-jeans-denim-jacket-looking-camera-while-sitting-chair-fitting-room-clothing-store_613910-20033.jpg?_wi=1", imageAlt: "model fashion clothing store", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@leot", testimonial: "Best denim I've ever owned. Worth the investment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=1", imageAlt: "model fashion clothing store", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@avak", testimonial: "Customer service is top notch. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-texting-mobile-phone-garden_1301-6699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-texting-mobile-phone-garden_1301-6699.jpg?_wi=1", imageAlt: "model fashion clothing store", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8480.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8480.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-speaking-phone-shopping-mall_176420-5761.jpg", @@ -144,7 +144,7 @@ export default function LandingPage() { price: "$29", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg?_wi=2", }, { id: "2", @@ -153,7 +153,7 @@ export default function LandingPage() { price: "$89", rating: 4, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/seductive-girl-wearing-distressed-jeans-denim-jacket-looking-camera-while-sitting-chair-fitting-room-clothing-store_613910-20033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seductive-girl-wearing-distressed-jeans-denim-jacket-looking-camera-while-sitting-chair-fitting-room-clothing-store_613910-20033.jpg?_wi=2", }, { id: "3", @@ -162,7 +162,7 @@ export default function LandingPage() { price: "$199", rating: 5, reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=2", }, { id: "4", @@ -171,7 +171,7 @@ export default function LandingPage() { price: "$65", rating: 4, reviewCount: "67", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-texting-mobile-phone-garden_1301-6699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-texting-mobile-phone-garden_1301-6699.jpg?_wi=2", }, { id: "5",