From 10e1c1cf0c4a85fb48f03818b0792adffefbf1a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:05:07 +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 744637f..7ec048d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,21 +51,21 @@ export default function LandingPage() { testimonials={[ { name: "Alex R.", handle: "@foodie_lover", testimonial: "An incredible experience. The flavors were balanced and the service was impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg", imageAlt: "gourmet restaurant table setting"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg?_wi=1", imageAlt: "gourmet restaurant table setting"}, { name: "Sarah M.", handle: "@culinary_guru", testimonial: "Foodie has completely redefined my expectations of local dining. Absolutely stunning.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-half-onion-kitchen-table-with-fresh-vegetables-salad_169016-50523.jpg", imageAlt: "gourmet restaurant table setting"}, { name: "James K.", handle: "@gourmet_expert", testimonial: "A must-visit. Every plate felt like a masterpiece of passion and quality ingredients.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg", imageAlt: "gourmet restaurant table setting"}, + imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg?_wi=1", imageAlt: "gourmet restaurant table setting"}, { name: "Elena V.", handle: "@tastemaker", testimonial: "Truly the highlight of my culinary journey. Can't wait to return for more.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg", imageAlt: "gourmet restaurant table setting"}, + imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg?_wi=1", imageAlt: "gourmet restaurant table setting"}, { name: "Marcus P.", handle: "@diner_life", testimonial: "Atmosphere, taste, and wine pairing - everything was simply flawless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", imageAlt: "gourmet restaurant table setting"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=1", imageAlt: "gourmet restaurant table setting"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg?_wi=2" imageAlt="Gourmet restaurant atmosphere" showDimOverlay={true} avatars={[ @@ -103,7 +103,7 @@ export default function LandingPage() { title: "Farm to Table", description: "We source ingredients from local farms daily to ensure peak freshness and quality in every bite.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg?_wi=2"}, { imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg"}, ], @@ -141,7 +141,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Main Course", name: "Roasted Forest Mushroom Risotto", price: "$28", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg?_wi=2"}, { id: "2", brand: "Main Course", name: "Pan-Seared Sea Bass", price: "$34", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-sweet-biscuits-inside-designed-plate-black_140725-104237.jpg"}, @@ -171,7 +171,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Simply exquisite! The attention to detail is evident in every single bite.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=2"}, { id: "2", name: "David M.", handle: "@davidm", testimonial: "Finally, a restaurant that delivers on every promise. The atmosphere is top-notch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-selfie-from-mobile-phone_1170-512.jpg"}, -- 2.49.1