From e4f695e6408d1892af524b7223821df7a1231db7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:04:59 +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 1c8177d..a2b8b19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@leedsfoodie", testimonial: "The best Kung Po I've had in Leeds. Absolute quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-with-fortune-cookies_23-2148738414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-with-fortune-cookies_23-2148738414.jpg?_wi=1", imageAlt: "cinematic slow motion chinese food steam wok", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@foodlover", testimonial: "Quick, hot, and authentic. My new weekly ritual.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246057.jpg?_wi=1", imageAlt: "cinematic slow motion chinese food steam wok", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@localguide", testimonial: "Exceptional ingredients and super fast service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-onion-garlic-tomato-top-view_140725-11300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-onion-garlic-tomato-top-view_140725-11300.jpg?_wi=1", imageAlt: "cinematic slow motion chinese food steam wok", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@takeawayfan", testimonial: "The flavours are simply unmatched. Authentic excellence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-151091.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-151091.jpg?_wi=1", imageAlt: "cinematic slow motion chinese food steam wok", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { handle: "@leedsfood", testimonial: "Consistent taste every single time. Loved by everyone.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-dish_23-2148771293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-dish_23-2148771293.jpg?_wi=1", imageAlt: "cinematic slow motion chinese food steam wok", }, ]} @@ -114,7 +114,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/chinese-new-year-with-fortune-cookies_23-2148738414.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chinese-new-year-with-fortune-cookies_23-2148738414.jpg?_wi=2" imageAlt="Authentic Chinese cuisine" mediaAnimation="slide-up" avatars={[ @@ -175,28 +175,28 @@ export default function LandingPage() { id: "1", name: "Special Kung Po", price: "£12.95", - imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246057.jpg?_wi=2", imageAlt: "Kung Po Chicken", }, { id: "2", name: "Crispy Chilli Beef", price: "£13.50", - imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-onion-garlic-tomato-top-view_140725-11300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-onion-garlic-tomato-top-view_140725-11300.jpg?_wi=2", imageAlt: "Crispy Chilli Beef", }, { id: "3", name: "Sweet & Sour Chicken", price: "£11.95", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-151091.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-151091.jpg?_wi=2", imageAlt: "Sweet & Sour Cantonese Chicken", }, { id: "4", name: "Wok-Fired Wings", price: "£8.50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-dish_23-2148771293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-dish_23-2148771293.jpg?_wi=2", imageAlt: "Chicken Wings", }, { -- 2.49.1