From c858178e2cad959ca45d419b11465a68befa3f23 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:42:51 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index cd9174e..affefec 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -86,31 +86,31 @@ export default function GalleryPage() { id: "1", title: "Elegant Interiors", tags: ["Premium", "Ambience"], - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg?_wi=3", }, { id: "2", title: "Culinary Artistry", tags: ["Chef-Crafted", "Presentation"], - imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-topped-with-fried-vegetables_140725-2712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-topped-with-fried-vegetables_140725-2712.jpg?_wi=2", }, { id: "3", title: "Signature Dishes", tags: ["Handcrafted", "Favorites"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=6", }, { id: "4", title: "Fine Dining Service", tags: ["Excellence", "Care"], - imageSrc: "http://img.b2bpic.net/free-photo/photo-christmas-table-decoration-with-festive-dinnerware-with-candles-new-year-eve-concept_132075-11250.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-christmas-table-decoration-with-festive-dinnerware-with-candles-new-year-eve-concept_132075-11250.jpg?_wi=3", }, { id: "5", title: "Bakery Collection", tags: ["Artisan", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/many-mixed-alternative-baked-breads-presented-sale-rustic-wooden-table-professional-bakery-made-from-pistachio_346278-834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/many-mixed-alternative-baked-breads-presented-sale-rustic-wooden-table-professional-bakery-made-from-pistachio_346278-834.jpg?_wi=3", }, ]} animationType="slide-up" @@ -128,25 +128,25 @@ export default function GalleryPage() { id: "1", name: "Pan Fried Noodles", price: "₹350", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=7", }, { id: "2", name: "Cappuccino", price: "₹180", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=6", }, { id: "3", name: "Lasagna", price: "₹420", - imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg?_wi=6", }, { id: "4", name: "Chocolate Brownie", price: "₹280", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=6", }, ]} gridVariant="bento-grid" @@ -160,7 +160,7 @@ export default function GalleryPage() {