From 88560a74d062b39b634a20e54df3a2bb1f96a6cf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:54:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0d6449..e8b1cb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@alicej", testimonial: "An incredible experience. Every course was a masterpiece of flavor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-age-cook-wearing-uniform-holding-pan-restaurant-s-kitchen_613910-20990.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-age-cook-wearing-uniform-holding-pan-restaurant-s-kitchen_613910-20990.jpg?_wi=1", imageAlt: "private chef gourmet plating kitchen", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@mstevens", testimonial: "Chef made our anniversary truly unforgettable. Exceptional service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bangers-mash-food-photography-recipe-idea_53876-25019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bangers-mash-food-photography-recipe-idea_53876-25019.jpg?_wi=1", imageAlt: "chef portrait professional kitchen", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@elenar", testimonial: "The attention to detail was unmatched. We will definitely book again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-drumstick-fresh-vegetables_114579-48695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-drumstick-fresh-vegetables_114579-48695.jpg?_wi=1", imageAlt: "fresh gourmet ingredients table", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@twright", testimonial: "Professional, creative, and delicious. Highly recommended for any event.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cooked-tomato-sauce_114579-1752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cooked-tomato-sauce_114579-1752.jpg?_wi=1", imageAlt: "fine dining table setting", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@sarahm", testimonial: "The best private chef experience we have ever had. Simply stunning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865296.jpg?_wi=1", imageAlt: "bespoke menu planning notebook", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-middle-age-cook-wearing-uniform-holding-pan-restaurant-s-kitchen_613910-20990.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-middle-age-cook-wearing-uniform-holding-pan-restaurant-s-kitchen_613910-20990.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-smiling-holding-champaign-glass_176420-3750.jpg", @@ -157,7 +157,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Passion for Culinary Craft" description="With over a decade of experience in fine dining, I transform fresh, seasonal ingredients into unforgettable culinary journeys. My approach is centered on personalization, ensuring your vision is brought to life with precision and artistry." - imageSrc="http://img.b2bpic.net/free-photo/bangers-mash-food-photography-recipe-idea_53876-25019.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bangers-mash-food-photography-recipe-idea_53876-25019.jpg?_wi=2" /> @@ -171,17 +171,17 @@ export default function LandingPage() { { title: "Bespoke Menu Design", description: "Custom menus based on your dietary preferences and flavor profiles.", - imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-drumstick-fresh-vegetables_114579-48695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-drumstick-fresh-vegetables_114579-48695.jpg?_wi=2", }, { title: "Fine Dining Plating", description: "Professional presentation that brings restaurant-quality plating to your home.", - imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cooked-tomato-sauce_114579-1752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cooked-tomato-sauce_114579-1752.jpg?_wi=2", }, { title: "In-Home Catering", description: "Full-service catering management for small and medium-sized dinner parties.", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865296.jpg?_wi=2", }, ]} title="Tailored Dining Services" -- 2.49.1