diff --git a/src/app/page.tsx b/src/app/page.tsx index ec0bb23..250aa0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,19 +55,19 @@ export default function LandingPage() { testimonials={[ { name: "Anna Williams", handle: "@anna.w", testimonial: "Chef Julian's anniversary meal was perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dessert_74190-5605.jpg", imageAlt: "private chef gourmet plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/dessert_74190-5605.jpg?_wi=1", imageAlt: "private chef gourmet plating"}, { name: "Mark Roberts", handle: "@m.rob", testimonial: "Exquisite taste and impeccable service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-kid-preparing-food_23-2150279888.jpg", imageAlt: "private chef gourmet plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-kid-preparing-food_23-2150279888.jpg?_wi=1", imageAlt: "private chef gourmet plating"}, { name: "Sarah Miller", handle: "@smiller", testimonial: "Best catering experience we've ever had.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-spices-different-spices-tomatoes-mushrooms-onions-cutting-board-salad-with-vegetables_140725-117543.jpg", imageAlt: "private chef gourmet plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-spices-different-spices-tomatoes-mushrooms-onions-cutting-board-salad-with-vegetables_140725-117543.jpg?_wi=1", imageAlt: "private chef gourmet plating"}, { name: "James P.", handle: "@j.p", testimonial: "The attention to detail was unparalleled.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-baked-vegetables-stands-barrel_1304-4658.jpg", imageAlt: "private chef gourmet plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-baked-vegetables-stands-barrel_1304-4658.jpg?_wi=1", imageAlt: "private chef gourmet plating"}, { name: "Elena V.", handle: "@elena.v", testimonial: "A truly 5-star experience at home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg", imageAlt: "private chef gourmet plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg?_wi=1", imageAlt: "private chef gourmet plating"}, ]} buttons={[ { @@ -75,7 +75,7 @@ export default function LandingPage() { { text: "View Menus", href: "#products"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/dessert_74190-5605.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dessert_74190-5605.jpg?_wi=2" imageAlt="private chef gourmet plating" mediaAnimation="slide-up" avatars={[ @@ -110,7 +110,7 @@ export default function LandingPage() { useInvertedBackground={false} title="The Art of Professional Culinary Craft" description="With over 15 years in Michelin-star kitchens, Chef Julian brings restaurant-quality fine dining directly to your dining table, focusing on hyper-local produce and refined technique." - imageSrc="http://img.b2bpic.net/free-photo/top-view-woman-kid-preparing-food_23-2150279888.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-woman-kid-preparing-food_23-2150279888.jpg?_wi=2" imageAlt="chef preparing fine dining meal" /> @@ -125,7 +125,7 @@ export default function LandingPage() { title: "Fresh & Seasonal", description: "Sourcing daily at local farmers markets.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-spices-different-spices-tomatoes-mushrooms-onions-cutting-board-salad-with-vegetables_140725-117543.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-spices-different-spices-tomatoes-mushrooms-onions-cutting-board-salad-with-vegetables_140725-117543.jpg?_wi=2"}, { imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-cabbage-board_23-2147809620.jpg"}, ], @@ -134,7 +134,7 @@ export default function LandingPage() { title: "Artful Plating", description: "Visual masterpieces on every plate.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-baked-vegetables-stands-barrel_1304-4658.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-baked-vegetables-stands-barrel_1304-4658.jpg?_wi=2"}, { imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg"}, ], @@ -143,7 +143,7 @@ export default function LandingPage() { title: "Tailored Service", description: "Seamless execution for every guest.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg?_wi=2"}, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chefs-working-together_23-2151232213.jpg"}, ],