diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index cb8bc95..9920048 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -77,7 +77,7 @@ export default function GalleryPage() { price: "Golden Hour", rating: 5, reviewCount: "Photos", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490825.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490825.jpg?_wi=2", imageAlt: "peaceful rooftop dining during sunset", }, { @@ -87,7 +87,7 @@ export default function GalleryPage() { price: "Freshly Made", rating: 5, reviewCount: "Photos", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg?_wi=4", imageAlt: "beautiful chinese food plated presentation", }, { @@ -97,7 +97,7 @@ export default function GalleryPage() { price: "Warm Lights", rating: 5, reviewCount: "Photos", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg?_wi=2", imageAlt: "rooftop dinner at night with warm lights", }, { @@ -107,7 +107,7 @@ export default function GalleryPage() { price: "Happy Moments", rating: 5, reviewCount: "Photos", - imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-watermelon-slices-close-up_23-2149073111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-watermelon-slices-close-up_23-2149073111.jpg?_wi=2", imageAlt: "friends gathering rooftop dinner celebration", }, ]}