Merge version_1 into main #3
@@ -47,7 +47,7 @@ export default function ContactPage() {
|
||||
name: "message", placeholder: "Special Requests (Optional)", rows: 4
|
||||
}}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-outdoor-image-young-stylish-woman-having-fun-city-bar-weekend-patty-trendy-outfit-long-hairs-positive-mood_291049-1733.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-outdoor-image-young-stylish-woman-having-fun-city-bar-weekend-patty-trendy-outfit-long-hairs-positive-mood_291049-1733.jpg?_wi=2"
|
||||
imageAlt="Elegant restaurant exterior with warm lighting"
|
||||
buttonText="Submit Reservation"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,28 +1,40 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Contact & Reservations | Alibi Bar & Grill Plus", description: "Contact Alibi Bar & Grill Plus for reservations and inquiries. Experience premium food and exceptional service in Sofia.", keywords: ["Alibi Bar & Grill Plus", "restaurant Sofia", "premium dining", "restaurant reservations", "contact", "fine dining"],
|
||||
metadataBase: new URL("https://alibibargrillplus.com"),
|
||||
openGraph: {
|
||||
title: "Contact & Reservations | Alibi Bar & Grill Plus", description: "Contact Alibi Bar & Grill Plus for reservations and inquiries. Experience premium food and exceptional service in Sofia.", url: "https://alibibargrillplus.com/contact", siteName: "Alibi Bar & Grill Plus", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Contact & Reservations | Alibi Bar & Grill Plus", description: "Contact Alibi Bar & Grill Plus for reservations and inquiries. Experience premium food and exceptional service in Sofia."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
googleBot: {
|
||||
index: true,
|
||||
follow: true,
|
||||
"max-video-preview": -1,
|
||||
"max-image-preview": "large", "max-snippet": -1,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +43,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function MenuPage() {
|
||||
{ id: "main-lamb", name: "New Zealand Lamb Chops", price: "€42", variant: "Grill", imageSrc: "http://img.b2bpic.net/free-photo/lamb-barbecue-steak_74190-1551.jpg", imageAlt: "tender lamb chops gourmet dish" },
|
||||
{ id: "pasta-carbonara", name: "Spaghetti Carbonara", price: "€24", variant: "Pasta / Risotto", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-plate-with-spaghetii-bolognese_23-2148551773.jpg", imageAlt: "creamy carbonara pasta gourmet" },
|
||||
{ id: "dessert-tiramisu", name: "Homemade Tiramisu", price: "€10", variant: "Desserts", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pastry-fork-served-plate_23-2147972711.jpg", imageAlt: "classic italian tiramisu dessert" },
|
||||
{ id: "drink-wine-glass", name: "Premium Wine by Glass", price: "From €9", variant: "Drinks / Wine", imageSrc: "http://img.b2bpic.net/free-photo/front-view-wine-bottle-black-grapes-wooden-box-wine-opener-light-red-background_140725-144996.jpg", imageAlt: "Glass of red wine" },
|
||||
{ id: "drink-wine-glass", name: "Premium Wine by Glass", price: "From €9", variant: "Drinks / Wine", imageSrc: "http://img.b2bpic.net/free-photo/front-view-wine-bottle-black-grapes-wooden-box-wine-opener-light-red-background_140725-144996.jpg?_wi=2", imageAlt: "Glass of red wine" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,7 +87,7 @@ export default function MenuPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Special Requests (Optional)", rows: 4 }}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-outdoor-image-young-stylish-woman-having-fun-city-bar-weekend-patty-trendy-outfit-long-hairs-positive-mood_291049-1733.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-outdoor-image-young-stylish-woman-having-fun-city-bar-weekend-patty-trendy-outfit-long-hairs-positive-mood_291049-1733.jpg?_wi=1"
|
||||
imageAlt="elegant restaurant entrance evening"
|
||||
buttonText="Submit Reservation"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -89,7 +89,7 @@ export default function HomePage() {
|
||||
{ id: "risotto", name: "Creamy Truffle Risotto", price: "€28", variant: "Signature Dish", imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-table_140725-9549.jpg", imageAlt: "creamy mushroom risotto gourmet dish" },
|
||||
{ id: "steak", name: "Perfectly Seared Ribeye", price: "€45", variant: "Chef's Recommendation", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-potatoes-meat_23-2148501614.jpg", imageAlt: "perfectly cooked steak fine dining" },
|
||||
{ id: "salmon", name: "Pan-Seared Atlantic Salmon", price: "€32", variant: "Light & Healthy", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon_74190-1148.jpg", imageAlt: "pan-seared salmon fillet gourmet" },
|
||||
{ id: "wine", name: "Curated Wine Selection", price: "From €35", variant: "Expert Pairing", imageSrc: "http://img.b2bpic.net/free-photo/front-view-wine-bottle-black-grapes-wooden-box-wine-opener-light-red-background_140725-144996.jpg", imageAlt: "fine red wine bottle and glasses" },
|
||||
{ id: "wine", name: "Curated Wine Selection", price: "From €35", variant: "Expert Pairing", imageSrc: "http://img.b2bpic.net/free-photo/front-view-wine-bottle-black-grapes-wooden-box-wine-opener-light-red-background_140725-144996.jpg?_wi=1", imageAlt: "fine red wine bottle and glasses" },
|
||||
{ id: "salad", name: "Seasonal Garden Salad", price: "€18", variant: "Fresh Starter", imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5048.jpg", imageAlt: "fresh gourmet salad healthy restaurant" },
|
||||
{ id: "pasta", name: "Artisanal Fresh Pasta", price: "€26", variant: "Daily Special", imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098856.jpg", imageAlt: "artisanal pasta dish italian pasta" },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user