diff --git a/src/app/page.tsx b/src/app/page.tsx index a0108d9..155bcac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,14 +87,14 @@ export default function LandingPage() { carouselItems={[ { id: "item-1", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-drawing-hands-young-woman-sitting-terrace_197531-391.jpg", - videoSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-arrangement_23-2150714578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-drawing-hands-young-woman-sitting-terrace_197531-391.jpg?_wi=1", + videoSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-arrangement_23-2150714578.jpg?_wi=1", imageAlt: "Guests enjoying coffee", }, { id: "item-2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081452.jpg", - videoSrc: "http://img.b2bpic.net/free-photo/sad-frowning-young-woman-using-mobile-phone-cafe_171337-19553.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/sad-frowning-young-woman-using-mobile-phone-cafe_171337-19553.jpg?_wi=1", imageAlt: "Barista making coffee", }, { @@ -172,7 +172,7 @@ export default function LandingPage() { imageAlt: "Avocado toast and coffee", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-arrangement_23-2150714578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-arrangement_23-2150714578.jpg?_wi=2", imageAlt: "gourmet breakfast avocado toast", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { imageAlt: "Pancakes with berries", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-drawing-hands-young-woman-sitting-terrace_197531-391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-drawing-hands-young-woman-sitting-terrace_197531-391.jpg?_wi=2", imageAlt: "gourmet breakfast avocado toast", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { imageAlt: "Waffles with fruits", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/sad-frowning-young-woman-using-mobile-phone-cafe_171337-19553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sad-frowning-young-woman-using-mobile-phone-cafe_171337-19553.jpg?_wi=2", imageAlt: "gourmet breakfast avocado toast", }, ]} @@ -296,7 +296,7 @@ export default function LandingPage() { imageAlt: "Coffee beans", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-arrangement_23-2150714578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-arrangement_23-2150714578.jpg?_wi=3", imageAlt: "coffee beans roasted close up", }, { @@ -313,7 +313,7 @@ export default function LandingPage() { imageAlt: "Barista pouring latte art", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-drawing-hands-young-woman-sitting-terrace_197531-391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-drawing-hands-young-woman-sitting-terrace_197531-391.jpg?_wi=3", imageAlt: "coffee beans roasted close up", }, { @@ -330,7 +330,7 @@ export default function LandingPage() { imageAlt: "Coffee tasting", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/sad-frowning-young-woman-using-mobile-phone-cafe_171337-19553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sad-frowning-young-woman-using-mobile-phone-cafe_171337-19553.jpg?_wi=3", imageAlt: "coffee beans roasted close up", }, ]}