From d4535d2bb6541697f5f7de43b763afa24f9216ba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 20:57:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25e371f..ff3bb8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-meal-assortment_23-2149089674.jpg", imageAlt: "warm restaurant lighting interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081866.jpg", imageAlt: "delicious dessert presentation" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-with-white-servant_140725-6421.jpg", imageAlt: "restaurant wine service glasses" }, - { imageSrc: "http://img.b2bpic.net/free-photo/kitchen-drawer-contemporary-design-light-depth_169016-69050.jpg", imageAlt: "professional chef cooking dish" }, + { imageSrc: "http://img.b2bpic.net/kitchen-drawer-contemporary-design-light-depth_169016-69050.jpg", imageAlt: "professional chef cooking dish" }, ]} - buttons={[{ text: "Rezervovat stůl", href: "#contact" }]} + buttons={[{ text: "Rezervovat stůl nyní", href: "#contact" }]} avatars={[ { src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg", alt: "Diner 1" }, { src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-blue-chairs-decors-wall_140725-8028.jpg", alt: "Diner 2" }, @@ -135,7 +135,7 @@ export default function LandingPage() { { id: "2", name: "Jana Svobodová", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg" }, { id: "3", name: "Martin Dvořák", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lovely-married-woman_23-2148060430.jpg" }, { id: "4", name: "Lucie Černá", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-burger_23-2150347940.jpg" }, - { id: "5", name: "Tomáš Kučera", imageSrc: "http://img.b2bpic.net/free-photo/friendship-togetherness-party-drinking-cheers-concept_53876-139650.jpg" }, + { id: "5", name: "Tomáš Kučera", imageSrc: "http://img.b2bpic.net/friendship-togetherness-party-drinking-cheers-concept_53876-139650.jpg" }, ]} cardTitle="Co říkají naši hosté" cardAnimation="blur-reveal" -- 2.49.1