From 664d07e2cc77bb9653f26c230520ea0d5f02a601 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:07:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1412 +------------------------------------------- 1 file changed, 6 insertions(+), 1406 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8d1d5c8..d77ef6e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1419 +1,20 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Manrope } 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 manrope = Manrope({ - variable: "--font-manrope", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "The Nouvelle Luxury Events | Premium Venue Islamabad", description: "Premier event venue in Islamabad for weddings, engagements, corporate events & celebrations. Luxury banquet halls with modern amenities.", keywords: "luxury event venue Islamabad, wedding hall, banquet venue, corporate events, engagement venue, mehndi hall", metadataBase: new URL("https://thenouvelle.com.pk"), - alternates: { - canonical: "https://thenouvelle.com.pk"}, - openGraph: { - title: "The Nouvelle Luxury Events Experience", description: "Premium event venue in Islamabad - Perfect for weddings, engagements, and corporate events", url: "https://thenouvelle.com.pk", siteName: "The Nouvelle", type: "website"}, - twitter: { - card: "summary_large_image", title: "The Nouvelle Luxury Events | Islamabad", description: "Premier luxury event venue with stunning banquet halls"}, - robots: { - index: true, - follow: true, - }, -}; + title: "The Nouvelle Luxury Events", description: "Premium banquet halls and event venues in Islamabad for weddings, corporate events, and celebrations"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -