From f7d60558ae9749973e7f5c8b7a0fd8cd06d76450 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:56:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4003e7f..8207f57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,53 +62,53 @@ export default function LandingPage() { description="Cortes premium, experiencia Ășnica." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=1", imageAlt: "Steakhouse atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=2", imageAlt: "Premium dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=3", imageAlt: "Experience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=4", imageAlt: "Cortes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=5", imageAlt: "Ambiente", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=6", imageAlt: "Servicio", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=7", imageAlt: "Steakhouse atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=8", imageAlt: "Premium dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=9", imageAlt: "Experience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=10", imageAlt: "Cortes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=11", imageAlt: "Ambiente", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8057.jpg?_wi=12", imageAlt: "Servicio", }, ]} -- 2.49.1