From 1104f28fe26b46cc3c2fa3448d20d7ac21cf4951 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:33:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 177a432..1d46ffb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,23 +66,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg?_wi=1", imageAlt: "Grilled meat platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg?_wi=1", imageAlt: "Delicious steak", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg?_wi=1", imageAlt: "Savory dinner arrangement", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg?_wi=1", imageAlt: "Traditional grilled specialties", }, { - imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=1", imageAlt: "Premium grilled platter", }, ]} @@ -138,35 +138,35 @@ export default function LandingPage() { name: "Leskovac Pljeskavica", price: "12€", variant: "Traditional recipe", - imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_74190-4959.jpg?_wi=2", }, { id: "2", name: "Royal Ribeye", price: "24€", variant: "Premium dry-aged", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-full-delicious-food-arrangement_23-2149141377.jpg?_wi=2", }, { id: "3", name: "Grilled Meat Platter", price: "20€", variant: "Best for sharing", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10303.jpg?_wi=2", }, { id: "4", name: "Smoked Sausage", price: "10€", variant: "House special", - imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=2", }, { id: "5", name: "Grilled Chicken Fillet", price: "14€", variant: "Light and flavorful", - imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-with-vegetables-table_140725-4821.jpg?_wi=2", }, ]} title="Signature Menu" @@ -186,7 +186,7 @@ export default function LandingPage() { handle: "@marko_viro", testimonial: "The best pljeskavica I've had in years. Absolute premium quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=1", }, { id: "2", @@ -218,7 +218,7 @@ export default function LandingPage() { handle: "@petar_eats", testimonial: "Simply the best grilled experience in the region. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1