From 68893f6493c8e12425b0433379541fcaa76b01fa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:43:54 +0000 Subject: [PATCH 1/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 d36f913..a2e8272 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,7 @@ export default function LandingPage() { "Safety", "Fast", ], - imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg?_wi=1", }, { id: "s2", @@ -133,7 +133,7 @@ export default function LandingPage() { "Health", "Aesthetics", ], - imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg?_wi=2", }, { id: "s3", @@ -142,7 +142,7 @@ export default function LandingPage() { "24/7", "Storm", ], - imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg?_wi=3", }, ]} title="Our Tree Services" @@ -226,7 +226,7 @@ export default function LandingPage() { required: false, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg" + imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg?_wi=4" /> -- 2.49.1 From 6aa3dbf89f23ba11cc81e66efb9efcaac9e95f81 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:43:54 +0000 Subject: [PATCH 2/2] Update src/app/restaurant/page.tsx --- src/app/restaurant/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/restaurant/page.tsx b/src/app/restaurant/page.tsx index dba0d54..5e01789 100644 --- a/src/app/restaurant/page.tsx +++ b/src/app/restaurant/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { title: "Reviews", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -75,7 +75,7 @@ export default function LandingPage() { price: "18€", rating: 5, reviewCount: "100", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg?_wi=2", }, { id: "m2", @@ -84,7 +84,7 @@ export default function LandingPage() { price: "15€", rating: 5, reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg?_wi=3", }, { id: "m3", @@ -93,7 +93,7 @@ export default function LandingPage() { price: "5€", rating: 4, reviewCount: "50", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-porridge-mixed-by-wooden-spoon-metallic-bowl_176420-6722.jpg?_wi=4", }, ]} title="Our Menu" -- 2.49.1