From 432bc99d01336f37cb0de07f6a9cc84ec8d588d2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 03:59:42 +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 eb75081..7db25b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@foodie", testimonial: "The most exquisite dining experience I've ever had.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg?_wi=1", imageAlt: "professional chef kitchen work", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@chef", testimonial: "A master of texture and flavor balance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=1", imageAlt: "professional chef kitchen work", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@critic", testimonial: "Each course was a journey through culinary tradition.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg?_wi=1", imageAlt: "professional chef kitchen work", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { handle: "@tastemaker", testimonial: "Simply incomparable artistry on every plate.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg?_wi=1", imageAlt: "professional chef kitchen work", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg" + imageSrc="http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg", @@ -147,19 +147,19 @@ export default function LandingPage() { id: "f1", title: "Private Dining", description: "Intimate gourmet experiences in your home.", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=2", }, { id: "f2", title: "Catering Services", description: "Sophisticated event catering for your occasions.", - imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg?_wi=2", }, { id: "f3", title: "Culinary Workshops", description: "Interactive sessions to master fine techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg?_wi=2", }, ]} title="My Culinary Services" -- 2.49.1