From 16fe2aa22e863037f6e3c43149eef1843246e167 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:23:44 +0000 Subject: [PATCH 1/2] Update src/app/events/page.tsx --- src/app/events/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 004a965..4fce31a 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -59,7 +59,7 @@ export default function EventsPage() { { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-pouring-beer-glass_23-2148872410.jpg?_wi=1", imageAlt: "Čepované pivo" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-arrangement_23-2148921325.jpg?_wi=1", imageAlt: "Domácí pizza" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-bar-giving-high-five_23-2147861991.jpg?_wi=2", imageAlt: "Oslava" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-female-friends-toasting-glass-cocktail_23-2147859509.jpg", imageAlt: "Přátelské posezení" } + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-female-friends-toasting-glass-cocktail_23-2147859509.jpg?_wi=2", imageAlt: "Přátelské posezení" } ]} autoPlay={true} autoPlayInterval={4000} @@ -118,7 +118,7 @@ export default function EventsPage() { }, { id: "3", brand: "Velká akce", name: "Pronájem prostor (60+ osob)", price: "Dohodou", rating: 5, - reviewCount: "Dohodou", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-female-friends-toasting-glass-cocktail_23-2147859509.jpg", imageAlt: "Velká akce" + reviewCount: "Dohodou", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-female-friends-toasting-glass-cocktail_23-2147859509.jpg?_wi=3", imageAlt: "Velká akce" } ]} /> @@ -212,7 +212,7 @@ export default function EventsPage() {