From 6384e339d4dc62fb9307c31415ee614110388c3e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:54:58 +0000 Subject: [PATCH 1/2] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7f165fe..2de923a 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { price: "16€", rating: 5, reviewCount: "0", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2485.jpg?_wi=2", }, { id: "m2", @@ -65,7 +65,7 @@ export default function LandingPage() { price: "18€", rating: 5, reviewCount: "0", - imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098858.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098858.jpg?_wi=2", }, { id: "m3", @@ -74,7 +74,7 @@ export default function LandingPage() { price: "17€", rating: 5, reviewCount: "0", - imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098858.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098858.jpg?_wi=3", }, { id: "m4", @@ -83,7 +83,7 @@ export default function LandingPage() { price: "12€", rating: 5, reviewCount: "0", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-caesar-pizza-table_140725-6798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-caesar-pizza-table_140725-6798.jpg?_wi=2", }, { id: "m5", @@ -92,7 +92,7 @@ export default function LandingPage() { price: "14€", rating: 5, reviewCount: "0", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-caesar-pizza-table_140725-6798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-caesar-pizza-table_140725-6798.jpg?_wi=3", }, { id: "m6", @@ -101,7 +101,7 @@ export default function LandingPage() { price: "8€", rating: 5, reviewCount: "0", - imageSrc: "http://img.b2bpic.net/free-photo/from-cake-plate_23-2147787014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/from-cake-plate_23-2147787014.jpg?_wi=2", }, ]} title="Full Menu" -- 2.49.1 From e25d7161a71808d77f3ac3ddf7543ae3d05b60a9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:54:58 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 14f7fbb..daee408 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,7 +111,7 @@ export default function LandingPage() { price: "18€", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098858.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098858.jpg?_wi=1", }, { id: "2", @@ -120,7 +120,7 @@ export default function LandingPage() { price: "16€", rating: 5, reviewCount: "240", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2485.jpg?_wi=1", }, { id: "3", @@ -129,7 +129,7 @@ export default function LandingPage() { price: "15€", rating: 4, reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-caesar-pizza-table_140725-6798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-caesar-pizza-table_140725-6798.jpg?_wi=1", }, { id: "4", @@ -156,7 +156,7 @@ export default function LandingPage() { price: "8€", rating: 5, reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/from-cake-plate_23-2147787014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/from-cake-plate_23-2147787014.jpg?_wi=1", }, ]} title="Popular Dishes" -- 2.49.1