diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index c854221..9a3adae 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -29,28 +29,28 @@ export default function GalleryPage() { id: "2", title: "Gourmet Burgers", description: "Perfectly stacked burgers with crispy paneer, fresh salads, and our special signature sauce. Each bite is a celebration of flavors.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-with-chalkboard_23-2148235037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-with-chalkboard_23-2148235037.jpg?_wi=3", imageAlt: "Gourmet burger close-up", }, { id: "3", title: "Handcrafted Pasta", description: "Silky smooth pasta twirled with care. Our Italian-inspired dishes are prepared fresh daily with the finest vegetables and sauces.", - imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-delicious-meal-go_23-2151431759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-delicious-meal-go_23-2151431759.jpg?_wi=2", imageAlt: "Pasta twirl on fork", }, { id: "4", title: "Artistic Desserts", description: "Our desserts are as beautiful as they are delicious. Meticulously plated creations that delight both the eye and the palate.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-many-canapes-festive-banquet_627829-8237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-many-canapes-festive-banquet_627829-8237.jpg?_wi=2", imageAlt: "Artistic dessert plating", }, { id: "5", title: "Modern Café Space", description: "Welcome to our bright, welcoming café space designed for comfort and connection. Perfect for casual dining, family gatherings, or quick bites.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-barista-taking-phone-order_1098-20946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-barista-taking-phone-order_1098-20946.jpg?_wi=2", imageAlt: "Restaurant counter service", }, ];