diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 337cbef..4ece37d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { name: "Jean", handle: "@jean", testimonial: "Amazing experience.", - imageSrc: "http://img.b2bpic.net/free-photo/sesame-pour-beef-burger_141793-17589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sesame-pour-beef-burger_141793-17589.jpg?_wi=2", imageAlt: "gourmet burger bistro style", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { name: "Marie", handle: "@marie", testimonial: "Best bistrot in town!", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-salmon-fillet-board_1339-5812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-salmon-fillet-board_1339-5812.jpg?_wi=2", imageAlt: "salmon curry gourmet plate", }, ]} @@ -96,7 +96,7 @@ export default function LandingPage() {