From 7282d9e23c19ca8a3afc373ea6cd67bb7fcbd937 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:56:04 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 1c515da..5012b7d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -83,28 +83,28 @@ export default function GalleryPage() { id: "qofte", title: "Qofte me Patate Furre / Meatballs with Baked Potatoes", tags: ["Main Course", "Traditional"], - imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-meatballs-tomato-sauce-white-bowl_2829-7665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-meatballs-tomato-sauce-white-bowl_2829-7665.jpg?_wi=3", imageAlt: "meatballs baked potatoes traditional dish", }, { id: "supe", title: "Supë Tradicionale / Traditional Soup", tags: ["Starter", "Seasonal"], - imageSrc: "http://img.b2bpic.net/free-photo/chicken-soup-with-vegetables-mushrooms-top-view-close-up-served-with-black-bread-sour-cream-garlic-healthy-hot-winter-lunch-layout-gray-background_166373-1752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-soup-with-vegetables-mushrooms-top-view-close-up-served-with-black-bread-sour-cream-garlic-healthy-hot-winter-lunch-layout-gray-background_166373-1752.jpg?_wi=3", imageAlt: "traditional vegetable soup homemade broth", }, { id: "mish", title: "Mish me Salcë Shtëpie / Meat with House Sauce", tags: ["Main Course", "Specialty"], - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-red-meat-wooden-tray-garlic-green-ketchup-chopped-pepper-oil-bottle-cutting-board-dark-background_140725-140326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-red-meat-wooden-tray-garlic-green-ketchup-chopped-pepper-oil-bottle-cutting-board-dark-background_140725-140326.jpg?_wi=3", imageAlt: "grilled meat house sauce traditional preparation", }, { id: "tave", title: "Tavë me Perime / Baked Vegetables", tags: ["Side Dish", "Vegetarian"], - imageSrc: "http://img.b2bpic.net/free-photo/baked-vegetables-baking-sheet-eggplant-zucchini-tomatoes-paprika-onions-top-view_2829-17235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baked-vegetables-baking-sheet-eggplant-zucchini-tomatoes-paprika-onions-top-view_2829-17235.jpg?_wi=3", imageAlt: "baked vegetables tray Mediterranean dish", }, ]} @@ -124,21 +124,21 @@ export default function GalleryPage() { id: "interior-1", title: "Restaurant Interior / Brendësia e Restorantit", tags: ["Ambiance", "Dining"], - imageSrc: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg?_wi=2", imageAlt: "traditional Albanian restaurant interior ambiance", }, { id: "kitchen", title: "Kitchen & Preparation / Kuzhina dhe Përgatitja", tags: ["Cooking", "Traditional"], - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-interact-with-storekeeper_482257-76182.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-woman-interact-with-storekeeper_482257-76182.jpg?_wi=2", imageAlt: "traditional albanian cuisine food preparation", }, { id: "table-setting", title: "Table Setting / Posta e Tryezës", tags: ["Service", "Dining"], - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3461.jpg?_wi=3", imageAlt: "restaurant table setting reservation dining", }, ]} @@ -155,7 +155,7 @@ export default function GalleryPage() {