From ba8ab457e10b3ddbd3bf03db3d7d1998fe917b88 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 11:08:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 488ae77..4ca7507 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,11 +56,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=1", imageAlt: "restaurant interior rustic dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/yogurt-garlic-tomato-table_114579-9284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yogurt-garlic-tomato-table_114579-9284.jpg?_wi=1", imageAlt: "traditional lunch meal plate", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { description="Najdete nás přímo v srdci Kunratic. Přijďte si pochutnat na našich denních menu, která připravujeme každý den čerstvá." subdescription="Otevřeno máme do 15:00. Těšíme se na vaši návštěvu!" icon={MapPin} - imageSrc="http://img.b2bpic.net/free-photo/young-waiter-showing-menu-touchpad-his-customers-cafe_637285-7832.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-waiter-showing-menu-touchpad-his-customers-cafe_637285-7832.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -101,21 +101,21 @@ export default function LandingPage() { title: "Polévky", description: "Poctivé domácí polévky za 39 Kč.", buttonIcon: "Soup", - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=2", imageAlt: "fresh soup bowl lunch", }, { title: "Nápoje", description: "Točená Kofola, pivo Muflon 11° a další.", buttonIcon: "Beer", - imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-showing-menu-touchpad-his-customers-cafe_637285-7832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-showing-menu-touchpad-his-customers-cafe_637285-7832.jpg?_wi=2", imageAlt: "fresh soup bowl lunch", }, { title: "Kvalita", description: "Vždy čerstvé suroviny od lokálních dodavatelů.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/yogurt-garlic-tomato-table_114579-9284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yogurt-garlic-tomato-table_114579-9284.jpg?_wi=2", imageAlt: "fresh soup bowl lunch", }, ]} -- 2.49.1