Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-01 14:23:28 +00:00

View File

@@ -68,27 +68,27 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=1",
imageAlt: "Výhled na Karlův most",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=2",
imageAlt: "Výhled na Karlův most",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=3",
imageAlt: "Výhled na Karlův most",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=4",
imageAlt: "Výhled na Karlův most",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=5",
imageAlt: "Výhled na Karlův most",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=6",
imageAlt: "Výhled na Karlův most",
},
]}
@@ -106,13 +106,13 @@ export default function LandingPage() {
id: "1",
name: "Eggs Benedict",
price: "225 CZK",
imageSrc: "http://img.b2bpic.net/free-photo/toast-half-fried-egg-salad-bacon-gray-plate-near-tea-cup_23-2148067057.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/toast-half-fried-egg-salad-bacon-gray-plate-near-tea-cup_23-2148067057.jpg?_wi=1",
},
{
id: "2",
name: "Avocado Toast",
price: "195 CZK",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-boiled-egg-plate_23-2148592198.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-boiled-egg-plate_23-2148592198.jpg?_wi=1",
},
{
id: "3",
@@ -153,13 +153,13 @@ export default function LandingPage() {
id: "1",
name: "Jana Nováková",
role: "Baristka",
imageSrc: "http://img.b2bpic.net/free-photo/toast-half-fried-egg-salad-bacon-gray-plate-near-tea-cup_23-2148067057.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/toast-half-fried-egg-salad-bacon-gray-plate-near-tea-cup_23-2148067057.jpg?_wi=2",
},
{
id: "2",
name: "Petr Svoboda",
role: "Šéfkuchař",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-boiled-egg-plate_23-2148592198.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-boiled-egg-plate_23-2148592198.jpg?_wi=2",
},
]}
/>