From e3d8b9cce783f76b16eac212603d20ab4d3d9811 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 22:45:45 +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 58e0133..04a5e5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,23 +71,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tray-with-turkey_23-2148664003.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tray-with-turkey_23-2148664003.jpg?_wi=1", imageAlt: "Gourmet grilled chicken platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/kebab-served-with-chopped-onion-piece-lemon-red-wine_140725-4164.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kebab-served-with-chopped-onion-piece-lemon-red-wine_140725-4164.jpg?_wi=1", imageAlt: "Premium grilled fish barbecue", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sauce-spice-near-salad-chicken_23-2147765366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sauce-spice-near-salad-chicken_23-2147765366.jpg?_wi=1", imageAlt: "Signature chicken and chips", }, { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-tenderloin-meat-with-vegetable_1203-9948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-tenderloin-meat-with-vegetable_1203-9948.jpg?_wi=1", imageAlt: "Grilled meat selection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg?_wi=1", imageAlt: "Chef preparing dish", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { quote: "Best restaurant in Ado Ekiti… I love the taste of your chicken and fish.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-choosing-order-form-menu-cafe_637285-8950.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tray-with-turkey_23-2148664003.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tray-with-turkey_23-2148664003.jpg?_wi=2", imageAlt: "smiling customer eating at upscale restaurant", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { quote: "Best grilled meat… I love your chips too!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/kebab-served-with-chopped-onion-piece-lemon-red-wine_140725-4164.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kebab-served-with-chopped-onion-piece-lemon-red-wine_140725-4164.jpg?_wi=2", imageAlt: "smiling customer eating at upscale restaurant", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { quote: "Best kitchen to handle your events — amazing experience.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/working-with-partner_1098-14261.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sauce-spice-near-salad-chicken_23-2147765366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sauce-spice-near-salad-chicken_23-2147765366.jpg?_wi=2", imageAlt: "smiling customer eating at upscale restaurant", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "Incredible flavors, very professional catering team.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-tenderloin-meat-with-vegetable_1203-9948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-tenderloin-meat-with-vegetable_1203-9948.jpg?_wi=2", imageAlt: "smiling customer eating at upscale restaurant", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { quote: "Consistently excellent food and service.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23875.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg?_wi=2", imageAlt: "smiling customer eating at upscale restaurant", }, ]} -- 2.49.1