Update src/app/about/page.tsx

This commit is contained in:
2026-03-06 20:12:09 +00:00
parent 6d8e6087b2
commit c937a6028c

View File

@@ -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",
},
]}