8 Commits

Author SHA1 Message Date
a82bc32576 Merge version_7 into main
Merge version_7 into main
2026-03-07 13:08:39 +00:00
f59ed485d7 Update src/app/page.tsx 2026-03-07 13:08:35 +00:00
b6127859f3 Merge version_6 into main
Merge version_6 into main
2026-03-07 10:46:51 +00:00
1bffee223b Update src/app/page.tsx 2026-03-07 10:46:47 +00:00
36b349222d Switch to version 3: modified src/app/page.tsx 2026-03-07 10:43:21 +00:00
bf95c6ef80 Switch to version 4: modified src/app/page.tsx 2026-03-07 10:43:02 +00:00
1dc07e3ca2 Switch to version 4: modified src/app/layout.tsx 2026-03-07 10:43:01 +00:00
2206bace70 Merge version_5 into main
Merge version_5 into main
2026-03-07 09:26:29 +00:00
2 changed files with 51 additions and 12 deletions

View File

@@ -1,21 +1,59 @@
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";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Nirva Cafe - Best Family Restaurant & Party Hall in Meerut", description: "Experience premium dining and celebrate at Nirva Cafe. Best family restaurant with cozy ambiance, authentic Italian cuisine, specialty coffee, and elegant party hall facilities in Meerut.", keywords: "restaurant Meerut, cafe Meerut, party hall, family restaurant, Italian food, coffee shop", authors: [{ name: "Nirva Cafe" }],
title: "Nirva Cafe & Restaurant - Best Family Restaurant & Party Hall in Meerut", description: "Experience premium family dining and celebrate special moments at Nirva Cafe. 4.8★ rated restaurant with party hall, elegant ambiance, and fine dining in Meerut. Book your table today!", keywords: "best cafe in Meerut, family restaurant Meerut, party hall Meerut, fine dining Meerut, best place for birthday party in Meerut, cafe near me, restaurant reservations", metadataBase: new URL("https://nirvacafe.com"),
alternates: {
canonical: "https://nirvacafe.com"
},
openGraph: {
title: "Nirva Cafe - Best Family Restaurant & Party Hall in Meerut", description: "Premium family restaurant with party hall facilities in Meerut. Authentic cuisine, specialty coffee, and elegant celebrations.", type: "website"},
robots: "index, follow"};
title: "Nirva Cafe & Restaurant - Best Family Restaurant & Party Hall in Meerut", description: "Premium family-friendly cafe and fine dining restaurant in Meerut. 4.8★ rating with spacious party hall for celebrations. Reserve your table now!", url: "https://nirvacafe.com", siteName: "Nirva Cafe & Restaurant", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg", alt: "Nirva Cafe - Elegant Interior"
},
],
},
twitter: {
card: "summary_large_image", title: "Nirva Cafe & Restaurant - Best Family Restaurant & Party Hall in Meerut", description: "Premium family dining and party venue in Meerut. 4.8★ rated. Book your table or party hall today!", images: ["http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: {
}: Readonly<{
children: React.ReactNode;
}) {
}>) {
return (
<html lang="en">
<body>
{children}
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1383,6 +1421,7 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -176,7 +176,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "See All Reviews", href: "https://www.google.com/search?q=Nirva+Cafe+Meerut+reviews", onClick: () => window.open("https://www.google.com/search?q=Nirva+Cafe+Meerut+reviews", "_blank") }]}
buttons={[{ text: "See All Reviews", href: "https://www.google.com/search?client=firefox-b-d&hs=Kz89&sca_esv=efc77d86a61d5452&sxsrf=ANbL-n60CDZRpe81-EnwO-mcmOtcIJHUTw:1772888772773&si=AL3DRZEsmMGCryMMFSHJ3StBhOdZ2-6yYkXd_doETEE1OR-qOZ9uS8jFz8gH_CwrGg_tNpV4JQThh6pUDvKQtSDZKTF8ZdpyLFQupWkO6j31HkHlRCelPk_3wX8Qvs48J0L3dJeQWkXMzZUojXq5KsSUwza6n9wnH6gmRTxArmFjpgbiFnH5xPuuWEuuI9KKY_jwyBx2R28blUHLgkBnygerpfWOdfQXkcMvE5yLH6Uz1IQWIBW8r5M%3D&q=Nirva+Cafe+%26+Restaurant+%7C+Best+Family+Restaurant+%26+Party+Hall+in+Meerut+%7C+Cafe+%26+Fine+Dining+Reviews&sa=X&ved=2ahUKEwi415us7Y2TAxX0fGwGHS4QM38Q0bkNegQIMxAH&biw=1536&bih=703&dpr=1.25", onClick: () => window.open("https://www.google.com/search?client=firefox-b-d&hs=Kz89&sca_esv=efc77d86a61d5452&sxsrf=ANbL-n60CDZRpe81-EnwO-mcmOtcIJHUTw:1772888772773&si=AL3DRZEsmMGCryMMFSHJ3StBhOdZ2-6yYkXd_doETEE1OR-qOZ9uS8jFz8gH_CwrGg_tNpV4JQThh6pUDvKQtSDZKTF8ZdpyLFQupWkO6j31HkHlRCelPk_3wX8Qvs48J0L3dJeQWkXMzZUojXq5KsSUwza6n9wnH6gmRTxArmFjpgbiFnH5xPuuWEuuI9KKY_jwyBx2R28blUHLgkBnygerpfWOdfQXkcMvE5yLH6Uz1IQWIBW8r5M%3D&q=Nirva+Cafe+%26+Restaurant+%7C+Best+Family+Restaurant+%26+Party+Hall+in+Meerut+%7C+Cafe+%26+Fine+Dining+Reviews&sa=X&ved=2ahUKEwi415us7Y2TAxX0fGwGHS4QM38Q0bkNegQIMxAH&biw=1536&bih=703&dpr=1.25", "_blank") }]}
buttonAnimation="slide-up"
/>
</div>
@@ -301,4 +301,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}