Merge version_1 into main #1
@@ -189,7 +189,7 @@ export default function AboutPage() {
|
||||
<div id="about-footer" data-section="about-footer">
|
||||
<FooterMedia
|
||||
logoText="The Nirvana"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hqoph0"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hqoph0&_wi=3"
|
||||
imageAlt="The Nirvana restaurant footer image"
|
||||
copyrightText="© 2024 The Nirvana. All rights reserved."
|
||||
columns={[
|
||||
|
||||
@@ -127,7 +127,7 @@ export default function ContactPage() {
|
||||
<div id="contact-footer" data-section="contact-footer">
|
||||
<FooterMedia
|
||||
logoText="The Nirvana"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hqoph0"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hqoph0&_wi=4"
|
||||
imageAlt="The Nirvana restaurant footer image"
|
||||
copyrightText="© 2024 The Nirvana. All rights reserved."
|
||||
columns={[
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Roboto } 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 { Roboto } 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 roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
@@ -20,6 +24,39 @@ const roboto = Roboto({
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "The Nirvana - Best Family Restaurant in Jalpaiguri",
|
||||
description: "Premium family restaurant in Jalpaiguri offering authentic Indian cuisine, dine-in, takeaway, and online delivery. Order now or make a reservation.",
|
||||
keywords: "restaurant Jalpaiguri, family restaurant, online food order, Indian cuisine, butter chicken biryani",
|
||||
metadataBase: new URL("https://thenirvana.in"),
|
||||
alternates: {
|
||||
canonical: "https://thenirvana.in",
|
||||
},
|
||||
openGraph: {
|
||||
title: "The Nirvana Restaurant - Authentic Dining",
|
||||
description: "Experience authentic Indian cuisine at The Nirvana. Family restaurant in Jalpaiguri with dine-in, takeaway, and delivery.",
|
||||
type: "website",
|
||||
url: "https://thenirvana.in",
|
||||
siteName: "The Nirvana",
|
||||
images: [
|
||||
{
|
||||
url: "https://thenirvana.in/og-image.jpg",
|
||||
alt: "The Nirvana restaurant",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "The Nirvana - Premium Family Restaurant",
|
||||
description: "Authentic Indian cuisine in Jalpaiguri. Dine-in, takeaway, delivery available.",
|
||||
images: ["https://thenirvana.in/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${roboto.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -175,7 +175,7 @@ export default function MenuPage() {
|
||||
<div id="menu-footer" data-section="menu-footer">
|
||||
<FooterMedia
|
||||
logoText="The Nirvana"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hqoph0"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hqoph0&_wi=2"
|
||||
imageAlt="The Nirvana restaurant footer image"
|
||||
copyrightText="© 2024 The Nirvana. All rights reserved."
|
||||
columns={footerColumns}
|
||||
|
||||
@@ -353,7 +353,7 @@ export default function HomePage() {
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterMedia
|
||||
logoText="The Nirvana"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hqoph0"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hqoph0&_wi=1"
|
||||
imageAlt="The Nirvana restaurant footer image"
|
||||
copyrightText="© 2024 The Nirvana. All rights reserved."
|
||||
columns={footerColumns}
|
||||
|
||||
Reference in New Issue
Block a user