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" /> 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"