From aa6f11304a077bf17c192c80c222802ec2ade648 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 14:16:44 +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 86e5d71..51da3a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-red-roses-table-near-plates-filled-with-food-table_181624-3965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-red-roses-table-near-plates-filled-with-food-table_181624-3965.jpg?_wi=1", imageAlt: "Traditional Injera platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cropped-stock-photo-anonymous-woman-pitting-cherries-different-bowls-after-harvesting-pitted-cherries-blue-bowl-green-basin-is-whole-cherries_132075-8853.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-stock-photo-anonymous-woman-pitting-cherries-different-bowls-after-harvesting-pitted-cherries-blue-bowl-green-basin-is-whole-cherries_132075-8853.jpg?_wi=1", imageAlt: "Ethiopian coffee ceremony", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-cooked-meal-inside-brown-round-pot-along-with-bread-slices_140725-14228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-cooked-meal-inside-brown-round-pot-along-with-bread-slices_140725-14228.jpg?_wi=1", imageAlt: "Vibrant Ethiopian dishes", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-composition_23-2149086067.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-red-roses-table-near-plates-filled-with-food-table_181624-3965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-red-roses-table-near-plates-filled-with-food-table_181624-3965.jpg?_wi=2", imageAlt: "authentic ethiopian food restaurant Cardiff", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/organic-strawberries-being-sorted-packaged-sale-farm-goa-india_181624-55665.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/cropped-stock-photo-anonymous-woman-pitting-cherries-different-bowls-after-harvesting-pitted-cherries-blue-bowl-green-basin-is-whole-cherries_132075-8853.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-stock-photo-anonymous-woman-pitting-cherries-different-bowls-after-harvesting-pitted-cherries-blue-bowl-green-basin-is-whole-cherries_132075-8853.jpg?_wi=2", imageAlt: "ethiopian coffee ceremony tradition", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-service-industry_23-2150722782.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-cooked-meal-inside-brown-round-pot-along-with-bread-slices_140725-14228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-cooked-meal-inside-brown-round-pot-along-with-bread-slices_140725-14228.jpg?_wi=2", imageAlt: "vibrant ethiopian dishes fresh homemade", }, ]} @@ -188,7 +188,7 @@ export default function LandingPage() { handle: "@sarah_cardiff", testimonial: "The best authentic experience in Cardiff! Truly delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-food-photos_23-2149250094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-food-photos_23-2149250094.jpg?_wi=1", }, { id: "2", @@ -220,7 +220,7 @@ export default function LandingPage() { handle: "@james_p", testimonial: "The spices are perfection, simply authentic flavor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-food-photos_23-2149250094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-food-photos_23-2149250094.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1