Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-15 09:56:04 +00:00
parent c7eb8be7d3
commit 7282d9e23c

View File

@@ -83,28 +83,28 @@ export default function GalleryPage() {
id: "qofte", id: "qofte",
title: "Qofte me Patate Furre / Meatballs with Baked Potatoes", title: "Qofte me Patate Furre / Meatballs with Baked Potatoes",
tags: ["Main Course", "Traditional"], 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", imageAlt: "meatballs baked potatoes traditional dish",
}, },
{ {
id: "supe", id: "supe",
title: "Supë Tradicionale / Traditional Soup", title: "Supë Tradicionale / Traditional Soup",
tags: ["Starter", "Seasonal"], 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", imageAlt: "traditional vegetable soup homemade broth",
}, },
{ {
id: "mish", id: "mish",
title: "Mish me Salcë Shtëpie / Meat with House Sauce", title: "Mish me Salcë Shtëpie / Meat with House Sauce",
tags: ["Main Course", "Specialty"], 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", imageAlt: "grilled meat house sauce traditional preparation",
}, },
{ {
id: "tave", id: "tave",
title: "Tavë me Perime / Baked Vegetables", title: "Tavë me Perime / Baked Vegetables",
tags: ["Side Dish", "Vegetarian"], 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", imageAlt: "baked vegetables tray Mediterranean dish",
}, },
]} ]}
@@ -124,21 +124,21 @@ export default function GalleryPage() {
id: "interior-1", id: "interior-1",
title: "Restaurant Interior / Brendësia e Restorantit", title: "Restaurant Interior / Brendësia e Restorantit",
tags: ["Ambiance", "Dining"], 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", imageAlt: "traditional Albanian restaurant interior ambiance",
}, },
{ {
id: "kitchen", id: "kitchen",
title: "Kitchen & Preparation / Kuzhina dhe Përgatitja", title: "Kitchen & Preparation / Kuzhina dhe Përgatitja",
tags: ["Cooking", "Traditional"], 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", imageAlt: "traditional albanian cuisine food preparation",
}, },
{ {
id: "table-setting", id: "table-setting",
title: "Table Setting / Posta e Tryezës", title: "Table Setting / Posta e Tryezës",
tags: ["Service", "Dining"], 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", imageAlt: "restaurant table setting reservation dining",
}, },
]} ]}
@@ -155,7 +155,7 @@ export default function GalleryPage() {
<FooterMedia <FooterMedia
logoText="Mensa Gjyshi" logoText="Mensa Gjyshi"
copyrightText="© 2025 Mensa Gjyshi | Rruga Viktor Eftemiu 8, Tiranë" copyrightText="© 2025 Mensa Gjyshi | Rruga Viktor Eftemiu 8, Tiranë"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-food-label-collection_23-2149111140.jpg" imageSrc="http://img.b2bpic.net/free-vector/flat-design-food-label-collection_23-2149111140.jpg?_wi=3"
imageAlt="restaurant logo traditional Albanian design" imageAlt="restaurant logo traditional Albanian design"
columns={footerColumns} columns={footerColumns}
/> />