From d8334393d6011898fa8c39f4dfe322208aa52c9b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:42:15 +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 7fc9f3e..28daa21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,27 +113,27 @@ export default function LandingPage() { title: "Gourmet Plating", description: "Every dish is art, designed to delight all senses.", icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg", imageAlt: "Gourmet plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg?_wi=1", imageAlt: "Gourmet plating"}, { - imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg", imageAlt: "Detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg?_wi=2", imageAlt: "Detail"}, ], }, { title: "Fresh Ingredients", description: "Direct partnerships with local growers to guarantee peak freshness.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preparing-nutrition-diet_23-2149297681.jpg", imageAlt: "Ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preparing-nutrition-diet_23-2149297681.jpg?_wi=1", imageAlt: "Ingredients"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preparing-nutrition-diet_23-2149297681.jpg", imageAlt: "Produce"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preparing-nutrition-diet_23-2149297681.jpg?_wi=2", imageAlt: "Produce"}, ], }, { title: "Event Catering", description: "From intimate dinners to corporate events, we tailor every detail.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg", imageAlt: "Event catering"}, + imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg?_wi=1", imageAlt: "Event catering"}, { - imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg", imageAlt: "Service"}, + imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg?_wi=2", imageAlt: "Service"}, ], }, ]} -- 2.49.1