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() {