From f15ab191571b69c9e4917b9b5356647d70004bbc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 20:59:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 660fdc5..a5bc9c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "1", name: "Stařený steak", price: "495 Kč", imageSrc: "http://img.b2bpic.net/free-photo/perfectly-grilled-steak-with-herbs-spices_84443-72270.jpg" }, - { id: "2", name: "Grilovaný candát", price: "425 Kč", imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-salad-with-galetta-white-plate_114579-2359.jpg" }, + { id: "2", name: "Grilovaný candát", price: "425 Kč", imageSrc: "http://img.b2bpic.net/seafood-mussels-salad-with-galetta-white-plate_114579-2359.jpg" }, { id: "3", name: "Domácí tagliatelle", price: "345 Kč", imageSrc: "http://img.b2bpic.net/free-photo/bowl-pasta-salad-with-cherry-tomatoes-black-olives-fresh-basil-leaves-wooden-table_9975-124585.jpg" }, { id: "4", name: "Zeleninové rizoto", price: "295 Kč", imageSrc: "http://img.b2bpic.net/shell-with-red-curry_1339-530.jpg" }, { id: "5", name: "Telecí vývar", price: "125 Kč", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-chicken-broth-sprinkled-with-herbs_140725-2237.jpg" }, @@ -131,7 +131,7 @@ export default function LandingPage() { title="Co říkají naši hosté" description="Zpětná vazba od našich spokojených návštěvníků, kteří si u nás vychutnali nezapomenutelné okamžiky." textboxLayout="split" - cardAnimation="blur-reveal" + tagAnimation="blur-reveal" testimonials={[ { id: "1", name: "Petr Novák", date: "12. 05. 2024", title: "Naprostá spokojenost", quote: "Skvělá obsluha a ještě lepší steak. Určitě se vrátíme!", tag: "Večeře", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg" }, { id: "2", name: "Jana Svobodová", date: "20. 04. 2024", title: "Výborné jídlo", quote: "Krásné prostředí a čerstvé suroviny. Doporučuji všem.", tag: "Oběd", avatarSrc: "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" }, @@ -150,6 +150,7 @@ export default function LandingPage() { ]} faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/waiter-pouring-wine-glass-restaurant_1150-18451.jpg" /> @@ -160,6 +161,7 @@ export default function LandingPage() { title="Rezervujte si stůl" description="Kontaktujte nás pro rezervace nebo dotazy k pořádání akcí. Těšíme se na vás!" background={{ variant: "plain" }} + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg" inputPlaceholder="Váš email" buttonText="Odeslat" -- 2.49.1