From c937a6028c19cb52fc688fed02834ed88f57d8f3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:12:09 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b18c378..834c792 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -52,7 +52,7 @@ export default function AboutPage() { href: "https://www.just-eat.co.uk/", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant-coffee-shop-cafe_1203-8597.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant-coffee-shop-cafe_1203-8597.jpg?_wi=2" imageAlt="KJ to Go restaurant" useInvertedBackground={false} /> @@ -74,7 +74,7 @@ export default function AboutPage() { role: "Local Customer", company: "Herne Hill Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg?_wi=2", imageAlt: "Sarah Mitchell", }, { @@ -83,7 +83,7 @@ export default function AboutPage() { role: "Regular Customer", company: "South London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg?_wi=2", imageAlt: "James Chen", }, { @@ -92,7 +92,7 @@ export default function AboutPage() { role: "Food Enthusiast", company: "Herne Hill Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg?_wi=2", imageAlt: "Emma Rodriguez", }, ]} From 5f393c2f0a1b0c30c08961ce3bf0d2427786d847 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:12:09 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 7b0f938..49e9bc6 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -55,7 +55,7 @@ export default function GalleryPage() { excerpt: "Our signature stir-fried noodle dish with peanuts, lime, and fresh herbs.", imageSrc: - "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-spring-onion-seasoning-wooden-table_1150-21118.jpg", + "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-spring-onion-seasoning-wooden-table_1150-21118.jpg?_wi=3", imageAlt: "Pad Thai", authorName: "KJ to Go", authorAvatar: @@ -69,7 +69,7 @@ export default function GalleryPage() { excerpt: "Creamy coconut curry with fresh vegetables and aromatic spices.", imageSrc: - "http://img.b2bpic.net/free-photo/side-close-up-view-dish-spices-five-bowls-spices-plate-tomatoes-green-beans-bottle-oil-leaves-lemon_140725-123013.jpg", + "http://img.b2bpic.net/free-photo/side-close-up-view-dish-spices-five-bowls-spices-plate-tomatoes-green-beans-bottle-oil-leaves-lemon_140725-123013.jpg?_wi=3", imageAlt: "Thai Green Curry", authorName: "KJ to Go", authorAvatar: @@ -83,7 +83,7 @@ export default function GalleryPage() { excerpt: "Fresh ingredients prepared live in our traditional wok.", imageSrc: - "http://img.b2bpic.net/free-photo/baking-scones-home-shoot_53876-13916.jpg", + "http://img.b2bpic.net/free-photo/baking-scones-home-shoot_53876-13916.jpg?_wi=2", imageAlt: "Wok Cooking", authorName: "KJ to Go", authorAvatar: @@ -96,7 +96,7 @@ export default function GalleryPage() { title: "Ready to Go", excerpt: "Neatly packed and ready for delivery or collection.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-middle-aged-blonde-delivery-woman-blue-uniform-cap-stretching-out-paper-food-package-food-containers-towards-front-looking-front-isolated-pink-wall_141793-110368.jpg", + "http://img.b2bpic.net/free-photo/smiling-middle-aged-blonde-delivery-woman-blue-uniform-cap-stretching-out-paper-food-package-food-containers-towards-front-looking-front-isolated-pink-wall_141793-110368.jpg?_wi=2", imageAlt: "Takeaway Packaging", authorName: "KJ to Go", authorAvatar: @@ -109,7 +109,7 @@ export default function GalleryPage() { title: "Professional Kitchen", excerpt: "Our dedicated team preparing authentic Thai food.", imageSrc: - "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg", + "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=2", imageAlt: "Kitchen Team", authorName: "KJ to Go", authorAvatar: From d46ca18128de0e3fa607444c2a459f3a978980e1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:12:10 +0000 Subject: [PATCH 3/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 76ee2ff..8f53dab 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -54,7 +54,7 @@ export default function MenuPage() { category: "Starters", title: "Spring Rolls", excerpt: "Crispy rolls with vegetables and sweet chilli sauce. A perfect way to start your meal.", - imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-seasoning-wooden-table_1150-21105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-seasoning-wooden-table_1150-21105.jpg?_wi=2", imageAlt: "Spring Rolls", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", @@ -65,7 +65,7 @@ export default function MenuPage() { category: "Starters", title: "Satay Skewers", excerpt: "Grilled chicken with rich peanut sauce. A Thai classic appetizer.", - imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-brown-bowl-with-spices-black-cement-background_1150-35205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-brown-bowl-with-spices-black-cement-background_1150-35205.jpg?_wi=2", imageAlt: "Satay Skewers", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", @@ -76,7 +76,7 @@ export default function MenuPage() { category: "Noodle Dishes", title: "Pad Thai", excerpt: "Stir-fried noodles with peanuts, lime, and fresh garnish. Our signature dish.", - imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-white-plate-with-lemon-wooden-table_1150-21199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-white-plate-with-lemon-wooden-table_1150-21199.jpg?_wi=2", imageAlt: "Pad Thai", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg", @@ -87,7 +87,7 @@ export default function MenuPage() { category: "Noodle Dishes", title: "Chicken Chow Mein", excerpt: "Crispy egg noodles with chicken and mixed vegetables in light sauce.", - imageSrc: "http://img.b2bpic.net/free-photo/defocused-statue-with-bowl-noodles-with-vegetables_23-2148382866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/defocused-statue-with-bowl-noodles-with-vegetables_23-2148382866.jpg?_wi=2", imageAlt: "Chicken Chow Mein", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3236.jpg", @@ -98,7 +98,7 @@ export default function MenuPage() { category: "Curries", title: "Thai Green Curry", excerpt: "Creamy coconut curry with fresh vegetables and aromatic Thai spices.", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23920.jpg?_wi=2", imageAlt: "Thai Green Curry", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg", @@ -109,7 +109,7 @@ export default function MenuPage() { category: "Vegetarian", title: "Tofu Thai Curry", excerpt: "Silken tofu in fragrant coconut green curry. Perfect for vegetarians.", - imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg?_wi=2", imageAlt: "Tofu Thai Curry", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", From 8b4ac8a4708c787f3fb42eb2cf8e8f53c0516e84 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:12:10 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cc59d8..6adc8ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function HomePage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-seasoning-wooden-table_1150-21105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-seasoning-wooden-table_1150-21105.jpg?_wi=1", imageAlt: "Authentic Pad Thai noodles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-brown-bowl-with-spices-black-cement-background_1150-35205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-brown-bowl-with-spices-black-cement-background_1150-35205.jpg?_wi=1", imageAlt: "Thai green curry with rice", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-white-plate-with-lemon-wooden-table_1150-21199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-white-plate-with-lemon-wooden-table_1150-21199.jpg?_wi=1", imageAlt: "Chicken chow mein stir-fry", }, { @@ -102,7 +102,7 @@ export default function HomePage() { price: "£8.95", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/defocused-statue-with-bowl-noodles-with-vegetables_23-2148382866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/defocused-statue-with-bowl-noodles-with-vegetables_23-2148382866.jpg?_wi=1", imageAlt: "Authentic Pad Thai with peanuts and lime", }, { @@ -112,7 +112,7 @@ export default function HomePage() { price: "£9.50", rating: 5, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23920.jpg?_wi=1", imageAlt: "Creamy Thai green curry with jasmine rice", }, { @@ -122,7 +122,7 @@ export default function HomePage() { price: "£8.75", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg?_wi=1", imageAlt: "Silken tofu in fragrant Thai green curry", }, ]} @@ -141,7 +141,7 @@ export default function HomePage() { href: "/about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant-coffee-shop-cafe_1203-8597.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant-coffee-shop-cafe_1203-8597.jpg?_wi=1" imageAlt="KJ to Go Thai restaurant interior" useInvertedBackground={false} /> @@ -163,7 +163,7 @@ export default function HomePage() { role: "Local Customer", company: "Herne Hill Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg?_wi=1", imageAlt: "Sarah Mitchell", }, { @@ -172,7 +172,7 @@ export default function HomePage() { role: "Regular Customer", company: "South London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg?_wi=1", imageAlt: "James Chen", }, { @@ -181,7 +181,7 @@ export default function HomePage() { role: "Food Enthusiast", company: "Herne Hill Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg?_wi=1", imageAlt: "Emma Rodriguez", }, ]} @@ -218,7 +218,7 @@ export default function HomePage() { category: "Signature Dishes", title: "Pad Thai Perfection", excerpt: "Our signature stir-fried noodle dish with peanuts, lime, and fresh herbs.", - imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-spring-onion-seasoning-wooden-table_1150-21118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-spring-onion-seasoning-wooden-table_1150-21118.jpg?_wi=1", imageAlt: "Pad Thai", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", @@ -229,7 +229,7 @@ export default function HomePage() { category: "Curries", title: "Thai Green Curry", excerpt: "Creamy coconut curry with fresh vegetables and aromatic spices.", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-spices-five-bowls-spices-plate-tomatoes-green-beans-bottle-oil-leaves-lemon_140725-123013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-spices-five-bowls-spices-plate-tomatoes-green-beans-bottle-oil-leaves-lemon_140725-123013.jpg?_wi=1", imageAlt: "Thai Green Curry", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", @@ -240,7 +240,7 @@ export default function HomePage() { category: "Stir-Fry", title: "Wok Cooking", excerpt: "Fresh ingredients prepared live in our traditional wok.", - imageSrc: "http://img.b2bpic.net/free-photo/baking-scones-home-shoot_53876-13916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baking-scones-home-shoot_53876-13916.jpg?_wi=1", imageAlt: "Wok Cooking", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg", @@ -251,7 +251,7 @@ export default function HomePage() { category: "Takeaway", title: "Ready to Go", excerpt: "Neatly packed and ready for delivery or collection.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-blonde-delivery-woman-blue-uniform-cap-stretching-out-paper-food-package-food-containers-towards-front-looking-front-isolated-pink-wall_141793-110368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-blonde-delivery-woman-blue-uniform-cap-stretching-out-paper-food-package-food-containers-towards-front-looking-front-isolated-pink-wall_141793-110368.jpg?_wi=1", imageAlt: "Takeaway Packaging", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3236.jpg", @@ -262,7 +262,7 @@ export default function HomePage() { category: "Kitchen", title: "Professional Kitchen", excerpt: "Our dedicated team preparing authentic Thai food.", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=1", imageAlt: "Kitchen Team", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg", From 6a1f6b67abafbc60a3f050fec2fd157fde62ce6b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:12:11 +0000 Subject: [PATCH 5/5] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 0fba031..bce9819 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -56,7 +56,7 @@ export default function ReviewsPage() { role: "Local Customer", company: "Herne Hill Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg?_wi=3", imageAlt: "Sarah Mitchell", }, { @@ -65,7 +65,7 @@ export default function ReviewsPage() { role: "Regular Customer", company: "South London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg?_wi=3", imageAlt: "James Chen", }, { @@ -74,7 +74,7 @@ export default function ReviewsPage() { role: "Food Enthusiast", company: "Herne Hill Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg?_wi=3", imageAlt: "Emma Rodriguez", }, { @@ -129,7 +129,7 @@ export default function ReviewsPage() { category: "Customer Favorites", title: "Pad Thai - Everyone's Pick", excerpt: "The most reviewed dish at KJ to Go. Crispy, tangy, and absolutely perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-spring-onion-seasoning-wooden-table_1150-21118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-spring-onion-seasoning-wooden-table_1150-21118.jpg?_wi=2", imageAlt: "Pad Thai", authorName: "2.3k Reviews", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", @@ -140,7 +140,7 @@ export default function ReviewsPage() { category: "Highly Rated", title: "Thai Green Curry", excerpt: "Rich, aromatic, and bursting with authentic Thai flavours. A customer favourite.", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-spices-five-bowls-spices-plate-tomatoes-green-beans-bottle-oil-leaves-lemon_140725-123013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-spices-five-bowls-spices-plate-tomatoes-green-beans-bottle-oil-leaves-lemon_140725-123013.jpg?_wi=2", imageAlt: "Thai Green Curry", authorName: "1.8k Reviews", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", @@ -151,7 +151,7 @@ export default function ReviewsPage() { category: "Vegetarian", title: "Tofu Thai Curry", excerpt: "Perfect for vegetarians. Silken tofu in our signature green curry sauce.", - imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg?_wi=3", imageAlt: "Tofu Curry", authorName: "1.2k Reviews", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg",