Merge version_1 into main #1
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Figtree } 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 { Figtree } 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 figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Maheen's Restaurant | Luxury Fine Dining Experience",
|
||||
description: "Award-winning fine dining restaurant offering exquisite cuisine, elegant ambiance, online ordering, table reservations, and payment processing.",
|
||||
keywords: "fine dining, luxury restaurant, reservation, online order, Michelin star, gourmet",
|
||||
metadataBase: new URL("https://maheensrestaurant.com"),
|
||||
alternates: {
|
||||
canonical: "https://maheensrestaurant.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Maheen's Restaurant | Luxury Fine Dining",
|
||||
description: "Experience culinary excellence in an atmosphere of pure sophistication at Maheen's Restaurant.",
|
||||
url: "https://maheensrestaurant.com",
|
||||
siteName: "Maheen's Restaurant",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://maheensrestaurant.com/og-image.jpg",
|
||||
alt: "Maheen's Restaurant Luxury Dining",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Maheen's Restaurant | Fine Dining",
|
||||
description: "Award-winning luxury dining experience with gourmet cuisine.",
|
||||
images: ["https://maheensrestaurant.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${figtree.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -96,7 +96,7 @@ export default function MenuPage() {
|
||||
price: "$18",
|
||||
rating: 4.9,
|
||||
reviewCount: "240",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-walnuts-bowl_140725-12525.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-walnuts-bowl_140725-12525.jpg?_wi=1",
|
||||
imageAlt: "truffle mushroom soup luxury restaurant",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export default function MenuPage() {
|
||||
price: "$68",
|
||||
rating: 4.95,
|
||||
reviewCount: "187",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-grilled-garlic-slices-tomato-rosemary-sprig-sauce_140725-8811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-grilled-garlic-slices-tomato-rosemary-sprig-sauce_140725-8811.jpg?_wi=1",
|
||||
imageAlt: "wagyu beef ribeye premium steak fine dining",
|
||||
},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ export default function MenuPage() {
|
||||
price: "$12",
|
||||
rating: 4.8,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-macarons-with-blackberries-raspberries-white-surface_141793-17661.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-macarons-with-blackberries-raspberries-white-surface_141793-17661.jpg?_wi=1",
|
||||
imageAlt: "pistachio macarons gourmet french confectionery",
|
||||
},
|
||||
{
|
||||
@@ -126,7 +126,7 @@ export default function MenuPage() {
|
||||
price: "$95",
|
||||
rating: 4.92,
|
||||
reviewCount: "203",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-tomatoes-green-chili-pepper-red-onionnd-pomegranate-sauce-white-bowl_140725-11936.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-tomatoes-green-chili-pepper-red-onionnd-pomegranate-sauce-white-bowl_140725-11936.jpg?_wi=1",
|
||||
imageAlt: "vintage wine bottles luxury collection fine dining",
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@ export default function MenuPage() {
|
||||
price: "$24",
|
||||
rating: 4.85,
|
||||
reviewCount: "178",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320493.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320493.jpg?_wi=1",
|
||||
imageAlt: "fresh oyster plate luxury appetizer restaurant",
|
||||
},
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function MenuPage() {
|
||||
price: "$52",
|
||||
rating: 4.88,
|
||||
reviewCount: "195",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-copy-space_23-2148395158.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-copy-space_23-2148395158.jpg?_wi=1",
|
||||
imageAlt: "duck breast orange sauce fine dining plating",
|
||||
},
|
||||
]}
|
||||
@@ -167,7 +167,7 @@ export default function MenuPage() {
|
||||
animationType="smooth"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-waiter-showing-guests-menu-digital-tablet-while-helping-them-decide-what-order-outdoor-restaurant_637285-545.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-waiter-showing-guests-menu-digital-tablet-while-helping-them-decide-what-order-outdoor-restaurant_637285-545.jpg?_wi=1"
|
||||
imageAlt="restaurant table service elegant plating"
|
||||
faqsAnimation="slide-up"
|
||||
showCard={true}
|
||||
|
||||
@@ -82,7 +82,7 @@ export default function OrderPage() {
|
||||
price: "$18",
|
||||
rating: 4.9,
|
||||
reviewCount: "240",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-walnuts-bowl_140725-12525.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-walnuts-bowl_140725-12525.jpg?_wi=2",
|
||||
imageAlt: "Truffle Mushroom Soup",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function OrderPage() {
|
||||
price: "$68",
|
||||
rating: 4.95,
|
||||
reviewCount: "187",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-grilled-garlic-slices-tomato-rosemary-sprig-sauce_140725-8811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-grilled-garlic-slices-tomato-rosemary-sprig-sauce_140725-8811.jpg?_wi=2",
|
||||
imageAlt: "Wagyu Beef Ribeye",
|
||||
},
|
||||
{
|
||||
@@ -102,7 +102,7 @@ export default function OrderPage() {
|
||||
price: "$12",
|
||||
rating: 4.8,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-macarons-with-blackberries-raspberries-white-surface_141793-17661.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-macarons-with-blackberries-raspberries-white-surface_141793-17661.jpg?_wi=2",
|
||||
imageAlt: "Pistachio Macarons",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function OrderPage() {
|
||||
price: "$95",
|
||||
rating: 4.92,
|
||||
reviewCount: "203",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-tomatoes-green-chili-pepper-red-onionnd-pomegranate-sauce-white-bowl_140725-11936.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-tomatoes-green-chili-pepper-red-onionnd-pomegranate-sauce-white-bowl_140725-11936.jpg?_wi=2",
|
||||
imageAlt: "Vintage Wine Selection",
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ export default function OrderPage() {
|
||||
price: "$24",
|
||||
rating: 4.85,
|
||||
reviewCount: "178",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320493.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320493.jpg?_wi=2",
|
||||
imageAlt: "Oyster Selection",
|
||||
},
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default function OrderPage() {
|
||||
price: "$52",
|
||||
rating: 4.88,
|
||||
reviewCount: "195",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-copy-space_23-2148395158.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-copy-space_23-2148395158.jpg?_wi=2",
|
||||
imageAlt: "Duck Breast à l'Orange",
|
||||
},
|
||||
]}
|
||||
@@ -153,7 +153,7 @@ export default function OrderPage() {
|
||||
animationType="smooth"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-waiter-showing-guests-menu-digital-tablet-while-helping-them-decide-what-order-outdoor-restaurant_637285-545.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-waiter-showing-guests-menu-digital-tablet-while-helping-them-decide-what-order-outdoor-restaurant_637285-545.jpg?_wi=3"
|
||||
imageAlt="Online ordering service"
|
||||
faqsAnimation="slide-up"
|
||||
showCard={true}
|
||||
|
||||
@@ -346,7 +346,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/romantic-table-setting-wedding-reception-with-sea-view-through-windows_637285-997.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/romantic-table-setting-wedding-reception-with-sea-view-through-windows_637285-997.jpg?_wi=1"
|
||||
imageAlt="fine dining restaurant exterior elegant entrance"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe to Our Newsletter"
|
||||
|
||||
@@ -75,7 +75,7 @@ export default function ReservationsPage() {
|
||||
animationType="smooth"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-waiter-showing-guests-menu-digital-tablet-while-helping-them-decide-what-order-outdoor-restaurant_637285-545.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-waiter-showing-guests-menu-digital-tablet-while-helping-them-decide-what-order-outdoor-restaurant_637285-545.jpg?_wi=2"
|
||||
imageAlt="Restaurant table service"
|
||||
faqsAnimation="slide-up"
|
||||
showCard={true}
|
||||
@@ -127,7 +127,7 @@ export default function ReservationsPage() {
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/romantic-table-setting-wedding-reception-with-sea-view-through-windows_637285-997.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/romantic-table-setting-wedding-reception-with-sea-view-through-windows_637285-997.jpg?_wi=2"
|
||||
imageAlt="Fine dining restaurant setting"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Request Reservation"
|
||||
|
||||
Reference in New Issue
Block a user