Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-15 09:56:10 +00:00
5 changed files with 71 additions and 36 deletions

View File

@@ -117,7 +117,7 @@ export default function ContactPage() {
rows: 5,
}}
useInvertedBackground={false}
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=4"
imageAlt="restaurant table setting reservation dining"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -130,7 +130,7 @@ export default function ContactPage() {
<FooterMedia
logoText="Mensa Gjyshi"
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=4"
imageAlt="restaurant logo traditional Albanian design"
columns={footerColumns}
/>

View File

@@ -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() {
<FooterMedia
logoText="Mensa Gjyshi"
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"
columns={footerColumns}
/>

View File

@@ -1,27 +1,60 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Public_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Public_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Mensa Gjyshi - Authentic Albanian Restaurant in Tirana | 4.8★",
description: "Discover authentic Albanian cuisine at Mensa Gjyshi in Tirana. Traditional recipes, friendly service, and warm ambiance. Open daily. Make a reservation today.",
keywords: "Albanian restaurant, Tirana, traditional cuisine, authentic food, dining, local restaurant, reservation",
metadataBase: new URL("https://mensagjyshi.al"),
alternates: {
canonical: "https://mensagjyshi.al",
},
openGraph: {
title: "Mensa Gjyshi - Traditional Albanian Restaurant",
description: "Experience authentic Albanian cuisine in a warm, welcoming atmosphere. 4.8★ rating from 27 reviews.",
url: "https://mensagjyshi.al",
siteName: "Mensa Gjyshi",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg",
alt: "Mensa Gjyshi Restaurant",
},
],
},
twitter: {
card: "summary_large_image",
title: "Mensa Gjyshi - Authentic Albanian Food",
description: "Traditional Albanian dishes in Tirana's heart. 4.8★ rating.",
images: ["http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
@@ -31,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${publicSans.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -48,25 +48,25 @@ export default function MenuPage() {
id: "qofte",
title: "Qofte me Patate Furre / Meatballs with Baked Potatoes",
tags: ["Main Course", "Traditional", "Signature"],
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=2",
},
{
id: "supe",
title: "Supë Tradicionale / Traditional Soup",
tags: ["Starter", "Seasonal", "Popular"],
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=2",
},
{
id: "mish",
title: "Mish me Salcë Shtëpie / Meat with House Sauce",
tags: ["Main Course", "Specialty", "Chef's Pick"],
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=2",
},
{
id: "tave",
title: "Tavë me Perime / Baked Vegetables",
tags: ["Side Dish", "Vegetarian", "Healthy"],
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=2",
},
]}
animationType="slide-up"
@@ -109,7 +109,7 @@ export default function MenuPage() {
rows: 4,
}}
useInvertedBackground={true}
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=2"
imageAlt="Mensa Gjyshi Dining Experience"
mediaAnimation="blur-reveal"
mediaPosition="left"
@@ -121,7 +121,7 @@ export default function MenuPage() {
<FooterMedia
logoText="Mensa Gjyshi"
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=2"
imageAlt="Mensa Gjyshi Restaurant Logo"
columns={[
{

View File

@@ -62,7 +62,7 @@ export default function HomePage() {
background={{
variant: "gradient-bars",
}}
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=1"
imageAlt="Mensa Gjyshi Restaurant Interior"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -91,7 +91,7 @@ export default function HomePage() {
icon: Home,
},
]}
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=1"
imageAlt="Mensa Gjyshi Traditional Albanian Restaurant"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -109,25 +109,25 @@ export default function HomePage() {
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=1",
},
{
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=1",
},
{
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=1",
},
{
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=1",
},
]}
animationType="slide-up"
@@ -258,7 +258,7 @@ export default function HomePage() {
rows: 5,
}}
useInvertedBackground={false}
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=1"
imageAlt="Mensa Gjyshi Contact"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -270,7 +270,7 @@ export default function HomePage() {
<FooterMedia
logoText="Mensa Gjyshi"
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=1"
imageAlt="Mensa Gjyshi Restaurant Logo"
columns={[
{