From 67c33a76309fb7f31a56e3815545bd46f95d7a56 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:41:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index daca982..4321921 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/professional-chef-prepares-shrimps-ai-generated-image_511042-1788.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-chef-prepares-shrimps-ai-generated-image_511042-1788.jpg?_wi=1" imageAlt="Chef at work" mediaAnimation="blur-reveal" avatars={[ @@ -133,7 +133,7 @@ export default function LandingPage() { title: "Menu Concepts", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1386.jpg" + imageSrc="http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1386.jpg?_wi=1" imageAlt="Chef portrait" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -152,15 +152,15 @@ export default function LandingPage() { icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg", + 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", + 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", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-prepares-shrimps-ai-generated-image_511042-1788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-prepares-shrimps-ai-generated-image_511042-1788.jpg?_wi=2", imageAlt: "professional chef working in kitchen", }, { @@ -169,15 +169,15 @@ export default function LandingPage() { icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preparing-nutrition-diet_23-2149297681.jpg", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preparing-nutrition-diet_23-2149297681.jpg?_wi=2", imageAlt: "Produce", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1386.jpg?_wi=2", imageAlt: "chef portrait in kitchen", }, { @@ -186,15 +186,15 @@ export default function LandingPage() { icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg?_wi=2", imageAlt: "Service", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg?_wi=3", imageAlt: "gourmet plate presentation", }, ]} -- 2.49.1