diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 6939c4b..1077240 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -23,7 +23,7 @@ export default function GalleryPage() { name: "Espresso Art", price: "Latte", imageSrc: - "http://img.b2bpic.net/free-vector/watercolor-coffee-pattern_23-2147602077.jpg", + "http://img.b2bpic.net/free-vector/watercolor-coffee-pattern_23-2147602077.jpg?_wi=2", imageAlt: "Latte with latte art", }, { @@ -31,7 +31,7 @@ export default function GalleryPage() { name: "Pastry Display", price: "Selection", imageSrc: - "http://img.b2bpic.net/free-photo/cupcakes-with-glass-biscuits-cinnamon-wooden-board_114579-24795.jpg", + "http://img.b2bpic.net/free-photo/cupcakes-with-glass-biscuits-cinnamon-wooden-board_114579-24795.jpg?_wi=2", imageAlt: "Fresh pastries display case", }, { @@ -39,7 +39,7 @@ export default function GalleryPage() { name: "Café Interior", price: "Ambiance", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-couple-date_23-2148422373.jpg", + "http://img.b2bpic.net/free-photo/side-view-couple-date_23-2148422373.jpg?_wi=2", imageAlt: "Warm café interior seating", }, { @@ -47,7 +47,7 @@ export default function GalleryPage() { name: "Italian Plates", price: "Cuisine", imageSrc: - "http://img.b2bpic.net/free-photo/delicious-conchiglie-with-vegetables-greens-plate-knife-gray-table_140725-138362.jpg", + "http://img.b2bpic.net/free-photo/delicious-conchiglie-with-vegetables-greens-plate-knife-gray-table_140725-138362.jpg?_wi=3", imageAlt: "Beautifully plated Italian dishes", }, { @@ -55,7 +55,7 @@ export default function GalleryPage() { name: "Coffee Preparation", price: "Craft", imageSrc: - "http://img.b2bpic.net/free-photo/crop-barista-ouring-coffee_23-2147795714.jpg", + "http://img.b2bpic.net/free-photo/crop-barista-ouring-coffee_23-2147795714.jpg?_wi=2", imageAlt: "Barista preparing specialty coffee", }, { @@ -63,7 +63,7 @@ export default function GalleryPage() { name: "Social Moments", price: "Community", imageSrc: - "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg", + "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg?_wi=2", imageAlt: "Happy customers enjoying café", }, ]; @@ -77,7 +77,7 @@ export default function GalleryPage() { name: "Maria Rossi", role: "Regular Customer", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg", + "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg?_wi=2", imageAlt: "Maria Rossi", }, { @@ -88,7 +88,7 @@ export default function GalleryPage() { name: "James Mitchell", role: "Business Professional", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg?_wi=2", imageAlt: "James Mitchell", }, { @@ -99,7 +99,7 @@ export default function GalleryPage() { name: "Lucia Bernardi", role: "Local Resident", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg", + "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=2", imageAlt: "Lucia Bernardi", }, { @@ -110,7 +110,7 @@ export default function GalleryPage() { name: "David & Sophie Chen", role: "Community Members", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-friends-restaurant_23-2148395359.jpg", + "http://img.b2bpic.net/free-photo/side-view-friends-restaurant_23-2148395359.jpg?_wi=2", imageAlt: "David and Sophie Chen", }, ];