From 2736f7c59885be6258d3dd7bf54001139a0d012c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:15:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdb0ad5..f2f35d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,19 +54,19 @@ export default function LandingPage() { testimonials={[ { name: "Maria G.", handle: "Zadowolona gość", testimonial: "Najlepszy risotto, jaki kiedykolwiek jadłam! Atmosfera idealna, obsługa miła i profesjonalna.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg?_wi=1" }, { name: "Paweł K.", handle: "Zwracający gość", testimonial: "Tagliatelle były niewiarygodne. Polecam każdy weekend! Pizza też doskonała.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg?_wi=2" }, { name: "Anna M.", handle: "Kraków", testimonial: "Fondant czekoladowy? Czysty czar! Wrócę na pewno. Ceny fair, porcje hojne.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg?_wi=3" }, { name: "Tomasz W.", handle: "Stamtąd stąd", testimonial: "Autentyczne włoskie smaki w Świnoujściu. Tiramisu domowe, wino wspaniałe. Top!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg?_wi=4" } ]} testimonialRotationInterval={5000} @@ -117,7 +117,7 @@ export default function LandingPage() { id: "4", name: "Fondant Czekoladowy", price: "24 zł", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg", imageAlt: "Fondant", initialQuantity: 1 }, { - id: "5", name: "Tiramisu", price: "22 zł", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg", imageAlt: "Tiramisu", initialQuantity: 1 + id: "5", name: "Tiramisu", price: "22 zł", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg?_wi=5", imageAlt: "Tiramisu", initialQuantity: 1 } ]} /> -- 2.49.1