diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index e626a9c..310bf10 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -86,7 +86,7 @@ export default function ReviewsPage() { name: "Sarah Johnson", handle: "@sarahj_london", testimonial: "The owner is very friendly and funny, he makes you feel like at home. Food is absolutely delicious.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg?_wi=3", imageAlt: "Sarah Johnson", }, { @@ -94,7 +94,7 @@ export default function ReviewsPage() { name: "Michael Chen", handle: "@mchen_foodlover", testimonial: "Best coffee and breakfast I've ever had. The atmosphere is warm and inviting. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=3", imageAlt: "Michael Chen", }, { @@ -102,7 +102,7 @@ export default function ReviewsPage() { name: "Emily Rodriguez", handle: "@emilyeats", testimonial: "Best omelette I've had in London! Everything is so good and the service is impeccable.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-woman-face-portrait-smiling_53876-144815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-woman-face-portrait-smiling_53876-144815.jpg?_wi=3", imageAlt: "Emily Rodriguez", }, { @@ -110,7 +110,7 @@ export default function ReviewsPage() { name: "David Park", handle: "@davidpark_eats", testimonial: "Feels like home the moment you walk in. Perfect spot for morning meetings or casual breakfast dates.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-arabic-hipster-male-fleece-shirt_613910-9986.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-arabic-hipster-male-fleece-shirt_613910-9986.jpg?_wi=3", imageAlt: "David Park", }, { @@ -118,7 +118,7 @@ export default function ReviewsPage() { name: "Lisa Thompson", handle: "@lisathompson", testimonial: "A Parisian escape in Lavender Hill. The quality and attention to detail is exceptional.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-showing-thumbs-up_1262-5857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-showing-thumbs-up_1262-5857.jpg?_wi=3", imageAlt: "Lisa Thompson", }, { @@ -126,7 +126,7 @@ export default function ReviewsPage() { name: "James Wilson", handle: "@jameswilson_london", testimonial: "The freshest ingredients, the warmest welcome. This is where I start every morning now.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-while-nature-adventure_23-2148647990.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-while-nature-adventure_23-2148647990.jpg?_wi=3", imageAlt: "James Wilson", }, ]}