diff --git a/src/app/page.tsx b/src/app/page.tsx index 952cc2d..b8df823 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,10 +140,10 @@ export default function LandingPage() { id: "1", name: "Restaurace U Váhy", price: "Kozlovice", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-wedding-table-setup-with-candles-colorful-floral-decors_181624-24477.jpg", imageAlt: "Restaurace U Váhy Kozlovice", initialQuantity: 1, }, { - id: "2", name: "Tradiční Česká Kuchyně", price: "Speciality", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149617137.jpg", imageAlt: "Tradiční česká kuchyně", initialQuantity: 1, + id: "2", name: "Tradiční Česká Kuchyně", price: "Speciality", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149617137.jpg?_wi=1", imageAlt: "Tradiční česká kuchyně", initialQuantity: 1, }, { - id: "3", name: "Plzeňské Pivo na Chládku", price: "Osvěžení", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149617137.jpg", imageAlt: "Plzeňské pivo", initialQuantity: 1, + id: "3", name: "Plzeňské Pivo na Chládku", price: "Osvěžení", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149617137.jpg?_wi=2", imageAlt: "Plzeňské pivo", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width"