From d9d0d64195b88cf9dd4ab0da2ef46b987998107c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 20:08:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35b8e10..5565b6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@alicem", testimonial: "I learned more in one weekend than I have in years of watching videos.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=1", imageAlt: "elegant kitchen interior warm lighting", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@charlied", testimonial: "The best investment in my kitchen skills ever.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boiled-chicken-cut-into-pieces-white-dish-wooden-table_1150-23186.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boiled-chicken-cut-into-pieces-white-dish-wooden-table_1150-23186.jpg?_wi=1", imageAlt: "elegant kitchen interior warm lighting", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@danar", testimonial: "Incredible atmosphere and expert guidance every step of the way.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-person-getting-food-donation_23-2148613244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-person-getting-food-donation_23-2148613244.jpg?_wi=1", imageAlt: "elegant kitchen interior warm lighting", }, { @@ -91,11 +91,11 @@ export default function LandingPage() { handle: "@erics", testimonial: "Transformed how I approach cooking for my family.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg?_wi=1", imageAlt: "elegant kitchen interior warm lighting", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=2" imageAlt="Professional gourmet kitchen" showDimOverlay={true} showBlur={true} @@ -159,19 +159,19 @@ export default function LandingPage() { { title: "Fresh Ingredients", description: "We source the finest local produce for all our recipes.", - imageSrc: "http://img.b2bpic.net/free-photo/boiled-chicken-cut-into-pieces-white-dish-wooden-table_1150-23186.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boiled-chicken-cut-into-pieces-white-dish-wooden-table_1150-23186.jpg?_wi=2", imageAlt: "Fresh ingredients", }, { title: "Expert Guidance", description: "Professional chefs teach every technique step-by-step.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-person-getting-food-donation_23-2148613244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-person-getting-food-donation_23-2148613244.jpg?_wi=2", imageAlt: "Cooking guidance", }, { title: "Refined Plating", description: "Master the visual art of presenting your gourmet dishes.", - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg?_wi=2", imageAlt: "Plating food", }, ]} -- 2.49.1