From 8d3bc5488fd067629ee2117734f71337e9149fcd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:38:38 +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 405a7db..02cfa7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,27 +74,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=1", imageAlt: "Fresh pizza from oven", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=2", imageAlt: "Fresh pizza from oven", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=3", imageAlt: "Fresh pizza from oven", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=4", imageAlt: "Fresh pizza from oven", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=5", imageAlt: "Fresh pizza from oven", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=6", imageAlt: "Fresh pizza from oven", }, ]} @@ -138,19 +138,19 @@ export default function LandingPage() { id: "p1", name: "Margherita Klasik", price: "8.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=7", }, { id: "p2", name: "Monča Špeciál", price: "10.90 €", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=8", }, { id: "p3", name: "Slovenská Bryndzová", price: "9.90 €", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=9", }, ]} title="Menu Highlights" @@ -169,7 +169,7 @@ export default function LandingPage() { description: "Hry a zábava pre vašich najmenších.", bentoComponent: "reveal-icon", icon: Layout, - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=10", imageAlt: "fresh italian pizza from wood oven", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { role: "Stála zákazníčka", company: "Istebník", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg?_wi=1", }, { id: "2", @@ -238,7 +238,7 @@ export default function LandingPage() { role: "Fanúšička", company: "Istebník", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1