diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 4b80f2d..2c86dde 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -78,7 +78,7 @@ export default function GalleryPage() { name: "Interior Seating", price: "Welcoming", variant: "Comfortable & Cozy", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-khachapuri-with-sauce-table_140725-2035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-khachapuri-with-sauce-table_140725-2035.jpg?_wi=2", imageAlt: "Cozy café seating area", }, { @@ -86,7 +86,7 @@ export default function GalleryPage() { name: "Fresh Juices Bar", price: "Refreshing", variant: "Daily Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ice-cream-forms_169016-1845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ice-cream-forms_169016-1845.jpg?_wi=2", imageAlt: "Colorful fresh juices display", }, { @@ -94,7 +94,7 @@ export default function GalleryPage() { name: "Dessert Selection", price: "Delightful", variant: "Homemade", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-muffin-with-forest-fruit-baking-tray_23-2148718779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-muffin-with-forest-fruit-baking-tray_23-2148718779.jpg?_wi=3", imageAlt: "Display of homemade pastries and desserts", }, { @@ -102,7 +102,7 @@ export default function GalleryPage() { name: "Coffee Corner", price: "Premium", variant: "Expertly Brewed", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-beautiful-latte-art-wooden-table_23-2147908330.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-beautiful-latte-art-wooden-table_23-2147908330.jpg?_wi=3", imageAlt: "Barista preparing espresso drinks", }, { @@ -110,7 +110,7 @@ export default function GalleryPage() { name: "Breakfast Spread", price: "Filling", variant: "Fresh Daily", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-breakfast_1220-47.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-breakfast_1220-47.jpg?_wi=2", imageAlt: "Beautiful breakfast presentation", }, { @@ -118,7 +118,7 @@ export default function GalleryPage() { name: "Outdoor Ambiance", price: "Relaxing", variant: "Al Fresco Dining", - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-girl-sitting-table-cafe-with-cup-coffee-drink_627829-10597.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-girl-sitting-table-cafe-with-cup-coffee-drink_627829-10597.jpg?_wi=2", imageAlt: "Outdoor seating area with natural light", }, ]}