From 0be5942640d661e88f0d189cde810f47a1ed3f81 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:37:39 +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 636ca35..17abd2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1458.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1458.jpg?_wi=1", imageAlt: "Wood fired oven", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { name: "Pepper Steak Panuzzo", price: "$18", variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-assortment_23-2148960504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-assortment_23-2148960504.jpg?_wi=1", imageAlt: "pepper steak panuzzo dish", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { name: "Burrata Pesto Pasta", price: "$22", variant: "Gourmet", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-pesto-dish-with-parmesan-basil_23-2152015852.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pasta-pesto-dish-with-parmesan-basil_23-2152015852.jpg?_wi=1", imageAlt: "burrata pesto pasta dish", }, { @@ -222,7 +222,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/dough-oil-cheese-tomatoes-eggs-greens-grey-wooden-surface_176420-6797.jpg", imageAlt: "burrata pesto pasta dish", }, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1458.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1458.jpg?_wi=2", imageAlt: "pepper steak panuzzo dish", }, { @@ -236,7 +236,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwiches-wooden-board_23-2148454717.jpg", imageAlt: "pepper steak panuzzo dish", }, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-assortment_23-2148960504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-assortment_23-2148960504.jpg?_wi=2", imageAlt: "pepper steak panuzzo dish", }, { @@ -250,7 +250,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-italian-pizza-table_23-2148305631.jpg", imageAlt: "wood fired pizza italian", }, - imageSrc: "http://img.b2bpic.net/free-photo/pasta-pesto-dish-with-parmesan-basil_23-2152015852.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pasta-pesto-dish-with-parmesan-basil_23-2152015852.jpg?_wi=2", imageAlt: "pepper steak panuzzo dish", }, ]} -- 2.49.1