diff --git a/src/app/lookbook/page.tsx b/src/app/lookbook/page.tsx index 9bac323..23bc02b 100644 --- a/src/app/lookbook/page.tsx +++ b/src/app/lookbook/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { role: "Surf Session", company: "Summer 2024", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-wet-long-hair-posing-camera-with-surf-board-near-ocean-sunlight_291650-1677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-wet-long-hair-posing-camera-with-surf-board-near-ocean-sunlight_291650-1677.jpg?_wi=2", }, { id: "l2", diff --git a/src/app/page.tsx b/src/app/page.tsx index f5ac01c..46c26ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@joao.surf", testimonial: "The best beach gear I've ever owned. Perfect for the coast.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-from-back-slim-tan-red-head-girl-stylish-tropical-outfit-posing-amazing-beach-near-ocean_273443-816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-from-back-slim-tan-red-head-girl-stylish-tropical-outfit-posing-amazing-beach-near-ocean_273443-816.jpg?_wi=1", imageAlt: "surfer on beach at sunset", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@maria.beach", testimonial: "Sustainable and stylish. Simply love it.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg?_wi=1", imageAlt: "surfer on beach at sunset", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@luis.ocean", testimonial: "Comfort that lasts all day by the waves.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-straw-hat_1398-1889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-straw-hat_1398-1889.jpg?_wi=1", imageAlt: "surfer on beach at sunset", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@pedro.adventure", testimonial: "High quality fabric, truly made with care.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-wet-long-hair-posing-camera-with-surf-board-near-ocean-sunlight_291650-1677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-wet-long-hair-posing-camera-with-surf-board-near-ocean-sunlight_291650-1677.jpg?_wi=1", imageAlt: "surfer on beach at sunset", }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { href: "/shop", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-from-back-slim-tan-red-head-girl-stylish-tropical-outfit-posing-amazing-beach-near-ocean_273443-816.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-from-back-slim-tan-red-head-girl-stylish-tropical-outfit-posing-amazing-beach-near-ocean_273443-816.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/slim-woman-enjoying-exotic-place-joyful-tanned-lady-standing-near-palm-trees-smiling_197531-21125.jpg", @@ -146,7 +146,7 @@ export default function LandingPage() { price: "€39", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg?_wi=2", }, { id: "p2", @@ -155,7 +155,7 @@ export default function LandingPage() { price: "€25", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-straw-hat_1398-1889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-straw-hat_1398-1889.jpg?_wi=2", }, { id: "p3",