From eb07c5fe1398d37474cdb2921e5f8b5ec1842252 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:35:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1543b8f..21b1109 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,23 +70,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg?_wi=1", imageAlt: "Chef plating gourmet dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg?_wi=1", imageAlt: "Luxury table setting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg?_wi=2", imageAlt: "Fine dining dish preparation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg?_wi=2", imageAlt: "Professional culinary workspace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg?_wi=3", imageAlt: "Gourmet meal presentation", }, ]} @@ -115,7 +115,7 @@ export default function LandingPage() { title: "Satisfied Clients", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cook-holding-plate-with-ingredients-hands_23-2148040199.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cook-holding-plate-with-ingredients-hands_23-2148040199.jpg?_wi=1" imageAlt="Chef cooking gourmet meal" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -147,7 +147,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg?_wi=4", imageAlt: "private chef plating gourmet food", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg?_wi=3", imageAlt: "luxurious dining table set up", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-plate-with-ingredients-hands_23-2148040199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-plate-with-ingredients-hands_23-2148040199.jpg?_wi=2", imageAlt: "professional chef portrait", }, ]} -- 2.49.1