diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d589b2..5f360d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,27 +76,27 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-green-curry-bowl_1150-23914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-green-curry-bowl_1150-23914.jpg?_wi=1", imageAlt: "Pho soup bowl", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/eating-gourmet-plate_1121-53.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eating-gourmet-plate_1121-53.jpg?_wi=1", imageAlt: "Spring rolls", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552631.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552631.jpg?_wi=1", imageAlt: "Pad thai", }, { id: "c4", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-frappe-arrangement-black-cloth_23-2148623252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-frappe-arrangement-black-cloth_23-2148623252.jpg?_wi=1", imageAlt: "Iced coffee", }, { id: "c5", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=1", imageAlt: "Dim sum", }, { @@ -287,7 +287,7 @@ export default function LandingPage() { quote: "To Pho smakuje dokładnie tak, jak to jadłam w Hanoi.", tag: "Regularna klientka", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-green-curry-bowl_1150-23914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-green-curry-bowl_1150-23914.jpg?_wi=2", imageAlt: "smiling customer portrait casual", }, { @@ -298,7 +298,7 @@ export default function LandingPage() { quote: "Pad Thai był niesamowity. Bardzo polecam każdemu smakoszowi.", tag: "Fan Tajlandii", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-women-having-wine-salad_23-2148454107.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/eating-gourmet-plate_1121-53.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eating-gourmet-plate_1121-53.jpg?_wi=2", imageAlt: "smiling customer portrait casual", }, { @@ -309,7 +309,7 @@ export default function LandingPage() { quote: "Zawsze ciepłe powitanie i przepyszne jedzenie.", tag: "Stała klientka", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552631.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552631.jpg?_wi=2", imageAlt: "smiling customer portrait casual", }, { @@ -320,7 +320,7 @@ export default function LandingPage() { quote: "Szybko, świeżo i zawsze pysznie. Moje ulubione miejsce.", tag: "Biznesmen", avatarSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-taking-selfie-with-mobile-phone-while-enjoying-meal-together-restaurant-friends-concept_58466-16339.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-frappe-arrangement-black-cloth_23-2148623252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-frappe-arrangement-black-cloth_23-2148623252.jpg?_wi=2", imageAlt: "smiling customer portrait casual", }, { @@ -331,7 +331,7 @@ export default function LandingPage() { quote: "Czuć jakość składników w każdym kęsie.", tag: "Smakoszka", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=2", imageAlt: "smiling customer portrait casual", }, ]}