Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-12 20:57:05 +00:00
3 changed files with 48 additions and 21 deletions

View File

@@ -1,28 +1,53 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Mulish } from "next/font/google";
import { Inter } 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 { Mulish } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Restaurante Bahía De Vigo | Authentic Galician Seafood",
description: "Experience exceptional Galician cuisine at Restaurante Bahía De Vigo. Fresh Atlantic seafood, traditional recipes, and award-winning service in Vigo, Spain.",
keywords: "galician restaurant, seafood restaurant, vigo spain, pulpo a la gallega, fine dining galicia, authentic spanish cuisine",
metadataBase: new URL("https://bahiavigo.com"),
alternates: {
canonical: "https://bahiavigo.com",
},
openGraph: {
title: "Restaurante Bahía De Vigo - Authentic Galician Seafood",
description: "Premier destination for authentic Galician cuisine featuring fresh Atlantic seafood and traditional Spanish recipes.",
siteName: "Restaurante Bahía De Vigo",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/top-view-fresh-mix-seafood-table_23-2148290485.jpg",
alt: "Restaurante Bahía De Vigo dining room",
},
],
},
twitter: {
card: "summary_large_image",
title: "Restaurante Bahía De Vigo",
description: "Authentic Galician seafood restaurant in Vigo, Spain. Fresh daily catches and traditional cuisine.",
images: ["http://img.b2bpic.net/free-photo/top-view-fresh-mix-seafood-table_23-2148290485.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +56,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body
className={`${mulish.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +70,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -84,7 +84,7 @@ export default function MenuPage() {
{ text: "Back to Home", href: "/" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-mix-seafood-table_23-2148290485.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-mix-seafood-table_23-2148290485.jpg?_wi=2"
imageAlt="Menu showcase at Bahía De Vigo"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -101,21 +101,21 @@ export default function MenuPage() {
id: "1",
name: "Pulpo a la Gallega",
price: "€24.00",
imageSrc: "http://img.b2bpic.net/free-photo/platter-squids-garnished-with-lemon-served-white-table_140725-2564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/platter-squids-garnished-with-lemon-served-white-table_140725-2564.jpg?_wi=2",
imageAlt: "Traditional Pulpo a la Gallega grilled octopus",
},
{
id: "2",
name: "Paella de Mariscos",
price: "€32.00",
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg?_wi=2",
imageAlt: "Premium Paella de Mariscos seafood rice",
},
{
id: "3",
name: "Mejillones a la Marinera",
price: "€18.00",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-mussel-shells-with-lemon-slices_23-2148375665.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-mussel-shells-with-lemon-slices_23-2148375665.jpg?_wi=2",
imageAlt: "Fresh Mejillones a la Marinera mussels",
},
{
@@ -129,14 +129,14 @@ export default function MenuPage() {
id: "5",
name: "Seafood Tapas Platter",
price: "€26.00",
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg?_wi=3",
imageAlt: "Selection of traditional Spanish tapas",
},
{
id: "6",
name: "Chef's Daily Special",
price: "€30.00",
imageSrc: "http://img.b2bpic.net/free-photo/platter-squids-garnished-with-lemon-served-white-table_140725-2564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/platter-squids-garnished-with-lemon-served-white-table_140725-2564.jpg?_wi=3",
imageAlt: "Chef's special market selection",
},
]}

View File

@@ -89,7 +89,7 @@ export default function HomePage() {
{ text: "View Menu", href: "/menu" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-mix-seafood-table_23-2148290485.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-mix-seafood-table_23-2148290485.jpg?_wi=1"
imageAlt="Restaurante Bahía De Vigo upscale dining room"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -153,21 +153,21 @@ export default function HomePage() {
id: "1",
name: "Pulpo a la Gallega",
price: "€24.00",
imageSrc: "http://img.b2bpic.net/free-photo/platter-squids-garnished-with-lemon-served-white-table_140725-2564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/platter-squids-garnished-with-lemon-served-white-table_140725-2564.jpg?_wi=1",
imageAlt: "Traditional Pulpo a la Gallega grilled octopus",
},
{
id: "2",
name: "Paella de Mariscos",
price: "€32.00",
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg?_wi=1",
imageAlt: "Premium Paella de Mariscos seafood rice",
},
{
id: "3",
name: "Mejillones a la Marinera",
price: "€18.00",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-mussel-shells-with-lemon-slices_23-2148375665.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-mussel-shells-with-lemon-slices_23-2148375665.jpg?_wi=1",
imageAlt: "Fresh Mejillones a la Marinera mussels",
},
]}