From 76d5b70862dd4c4a4c4fe3aa4244a887e433777d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:38:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca1a09c..d8262ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { description="Cea mai bună atmosferă din oraș, experiență vizuală și culinară la Ștefan Vodă." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dark-shot-telephone-booth-subway-station_181624-4118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-shot-telephone-booth-subway-station_181624-4118.jpg?_wi=1", imageAlt: "urban burger restaurant interior dark", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378910.jpg?_wi=1", imageAlt: "urban graffiti restaurant design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=1", imageAlt: "gourmet beef burger close up", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bottle-ketchup-plate-fries_123827-26693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottle-ketchup-plate-fries_123827-26693.jpg?_wi=1", imageAlt: "golden fries in basket", }, { @@ -286,7 +286,7 @@ export default function LandingPage() { handle: "@maria", testimonial: "Atmosfera este super cool, recomand!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-shot-telephone-booth-subway-station_181624-4118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-shot-telephone-booth-subway-station_181624-4118.jpg?_wi=2", imageAlt: "modern restaurant entrance night", }, { @@ -295,7 +295,7 @@ export default function LandingPage() { handle: "@vasile", testimonial: "Cartofii sunt perfecți, mereu revin.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378910.jpg?_wi=2", imageAlt: "modern restaurant entrance night", }, { @@ -304,7 +304,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "Un loc perfect pentru gașcă și bere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=2", imageAlt: "modern restaurant entrance night", }, { @@ -313,7 +313,7 @@ export default function LandingPage() { handle: "@raduc", testimonial: "Calitate top, servire rapidă.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bottle-ketchup-plate-fries_123827-26693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottle-ketchup-plate-fries_123827-26693.jpg?_wi=2", imageAlt: "modern restaurant entrance night", }, ]} -- 2.49.1