From a05139470c5d49476b80471f93336dcd5480d64e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 17:13:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f9c44b..d05d218 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1