From 263271c3272a59ab519c3522d056bfb302ea283a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:27:01 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1411 +------------------------------------------- 1 file changed, 6 insertions(+), 1405 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 69d8cc7..40c3c41 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1418 +1,20 @@ import type { Metadata } from "next"; -import { DM_Sans } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; -const dmSans = DM_Sans({ - variable: "--font-dm-sans", subsets: ["latin"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Euro Centra Pakistan – Luxury Guest House in DHA Phase 3, Lahore", description: "Discover Euro Centra Pakistan – your exclusive luxury guest house in the heart of DHA Phase 3, Lahore. Premium accommodations with peaceful environment, secure location, and exceptional hospitality. 4.7★ rated. Book your stay today.", keywords: "guest house DHA Lahore, luxury accommodation Pakistan, executive guest house, boutique hotel Lahore, DHA Phase 3 stay, premium accommodation, peaceful stay Lahore, business traveler accommodation", metadataBase: new URL("https://eurocentrapakistan.com"), - alternates: { - canonical: "https://eurocentrapakistan.com"}, - openGraph: { - title: "Euro Centra Pakistan – Luxury Guest House in DHA Phase 3", description: "Experience quiet luxury in Lahore's most prestigious neighborhood. Premium accommodations in DHA Phase 3 with exceptional service and peaceful environment.", url: "https://eurocentrapakistan.com", siteName: "Euro Centra Pakistan – Lahore", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/tables-chairs-with-umbrellas_1127-2147.jpg", alt: "Euro Centra Pakistan – Luxury guest house exterior"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Euro Centra Pakistan – Luxury Guest House in DHA Phase 3, Lahore", description: "Premium accommodations in one of Lahore's most secure neighborhoods. Book your peaceful luxury stay today.", images: ["http://img.b2bpic.net/free-photo/tables-chairs-with-umbrellas_1127-2147.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Euro Centra Pakistan", description: "Your Quiet Luxury Stay in DHA Lahore"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -