Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 17:13:12 +00:00

View File

@@ -82,7 +82,7 @@ export default function LandingPage() {
{ id: "2", title: "Vegetariánská lasagne", content: "Lahůdka pro vegetariány s bohatou směsí zeleniny, hub a svěžích bylinek. Stejně chutná a plnohod­notná jako klasická varianta." },
{ id: "3", title: "Lasagne s krevetami", content: "Prémiová volba s čerstvými krevelami a jemným krémem. Ideální pro ty, kteří milují mořské plody." }
]}
imageSrc="http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg?_wi=1"
imageAlt="Domácí lasagne s rukolou"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -102,7 +102,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
products={[
{ id: "1", name: "Lasagne s rukolou", price: "220 Kč", imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg", imageAlt: "Domácí lasagne s rukolou" },
{ id: "1", name: "Lasagne s rukolou", price: "220 Kč", imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg?_wi=2", imageAlt: "Domácí lasagne s rukolou" },
{ id: "2", name: "Moderní interiér", price: "Foto", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg", imageAlt: "Moderní interiér restaurace" },
{ id: "3", name: "Dřevěné stoly", price: "Atmosféra", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3457.jpg", imageAlt: "Pohodlné posezení s dřevěnými stoly" },
{ id: "4", name: "Detail jídla", price: "Kvalita", imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg", imageAlt: "Detail chutného jídla" }
@@ -123,10 +123,10 @@ export default function LandingPage() {
{ value: "5★", label: "Kvalita obsluhy" }
]}
testimonials={[
{ id: "1", name: "Jana Nováková", role: "Návštěvník", company: "Plzeň", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg", imageAlt: "satisfied customer smiling portrait" },
{ id: "2", name: "Petr Svoboda", role: "Návštěvník", company: "Plzeň", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg", imageAlt: "satisfied customer smiling portrait" },
{ id: "3", name: "Eva Zelená", role: "Návštěvník", company: "Plzeň", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg", imageAlt: "satisfied customer smiling portrait" },
{ id: "4", name: "Lukáš Dvořák", role: "Návštěvník", company: "Plzeň", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg", imageAlt: "satisfied customer smiling portrait" }
{ id: "1", name: "Jana Nováková", role: "Návštěvník", company: "Plzeň", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg?_wi=1", imageAlt: "satisfied customer smiling portrait" },
{ id: "2", name: "Petr Svoboda", role: "Návštěvník", company: "Plzeň", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg?_wi=2", imageAlt: "satisfied customer smiling portrait" },
{ id: "3", name: "Eva Zelená", role: "Návštěvník", company: "Plzeň", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg?_wi=3", imageAlt: "satisfied customer smiling portrait" },
{ id: "4", name: "Lukáš Dvořák", role: "Návštěvník", company: "Plzeň", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg?_wi=4", imageAlt: "satisfied customer smiling portrait" }
]}
animationType="scale-rotate"
textboxLayout="default"