From 57dde6dcafcf24b256338708a2481e87414a1d58 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:54:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be7ee2b..878d509 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,23 +56,23 @@ export default function LandingPage() { description="Rychlá obsluha, plné talíře a chutě, kvůli kterým se vracíš." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-caucasian-piti-pots-around_114579-9281.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-caucasian-piti-pots-around_114579-9281.jpg?_wi=1", imageAlt: "czech traditional restaurant table", }, { - imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg?_wi=1", imageAlt: "beef tartare serving bread", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-salad-oval-plate-woman-hand-white-purple-checkered-tablecloth-bowls-with-some-stuffs-light-grey-table_140725-137406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-salad-oval-plate-woman-hand-white-purple-checkered-tablecloth-bowls-with-some-stuffs-light-grey-table_140725-137406.jpg?_wi=1", imageAlt: "spanish bird czech dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-decorated-with-dried-fruits-white-plate_140725-12933.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-decorated-with-dried-fruits-white-plate_140725-12933.jpg?_wi=1", imageAlt: "pork roll with mashed potatoes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg?_wi=1", imageAlt: "dumplings with smoked meat", }, { @@ -260,7 +260,7 @@ export default function LandingPage() { quote: "Jídlo bylo naprosto vynikající, nemáme absolutně co vytknout.", tag: "4.5★", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe_1258-203378.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-caucasian-piti-pots-around_114579-9281.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-caucasian-piti-pots-around_114579-9281.jpg?_wi=2", imageAlt: "portrait happy customer restaurant", }, { @@ -271,7 +271,7 @@ export default function LandingPage() { quote: "Příjemná hospůdka, skvělé jídlo za malý peníz.", tag: "4.5★", avatarSrc: "http://img.b2bpic.net/free-photo/excited-football-fans-watching-american-football-pub_329181-18330.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg?_wi=2", imageAlt: "portrait happy customer restaurant", }, { @@ -282,7 +282,7 @@ export default function LandingPage() { quote: "Milá a rychlá obsluha.", tag: "4.5★", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-salad-oval-plate-woman-hand-white-purple-checkered-tablecloth-bowls-with-some-stuffs-light-grey-table_140725-137406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-salad-oval-plate-woman-hand-white-purple-checkered-tablecloth-bowls-with-some-stuffs-light-grey-table_140725-137406.jpg?_wi=2", imageAlt: "portrait happy customer restaurant", }, { @@ -293,7 +293,7 @@ export default function LandingPage() { quote: "Opravdu poctivá česká kuchyně, vracíme se pravidelně.", tag: "4.5★", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006610.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-decorated-with-dried-fruits-white-plate_140725-12933.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-decorated-with-dried-fruits-white-plate_140725-12933.jpg?_wi=2", imageAlt: "portrait happy customer restaurant", }, { @@ -304,7 +304,7 @@ export default function LandingPage() { quote: "Nejlepší tatarák v okolí, určitě se zastavíme znovu.", tag: "4.5★", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg?_wi=2", imageAlt: "portrait happy customer restaurant", }, ]} -- 2.49.1