From 820ff4646e2f4089a214630c61f57aafdc545795 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:24:09 +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 00d556a..fdb94e7 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 "./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 inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Hotel Rangoli Pearl | 3-Star Hotel Near Amravati Railway Station", description: "Book clean, affordable rooms near Amravati Railway Station. Free WiFi, breakfast & parking. Transparent pricing, no hidden charges. Call +91-XXXXXXXXX for direct bookings.", keywords: "hotel Amravati, 3-star hotel near railway station, affordable hotel Amravati, clean rooms, direct booking hotel", metadataBase: new URL("https://hotelrangolipearl.com"), - alternates: { - canonical: "https://hotelrangolipearl.com"}, - openGraph: { - title: "Hotel Rangoli Pearl - Your Trusted Home in Amravati", description: "Comfortable 3-star hotel near Amravati Railway Station with free WiFi, breakfast & parking. Honest pricing, no hidden charges.", url: "https://hotelrangolipearl.com", siteName: "Hotel Rangoli Pearl", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/young-beautiful-woman-short-dress-walks-through-streets-small-european-town_72229-394.jpg", alt: "Hotel Rangoli Pearl Entrance"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Hotel Rangoli Pearl - Amravati", description: "Clean, affordable 3-star rooms near railway station with free WiFi, breakfast & parking.", images: ["http://img.b2bpic.net/free-photo/young-beautiful-woman-short-dress-walks-through-streets-small-european-town_72229-394.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Hotel Rangoli Pearl - Affordable 3-Star Hotel in Amravati", description: "Book your stay at Hotel Rangoli Pearl, a trusted 3-star hotel near Amravati Railway Station. Transparent pricing, clean rooms, free WiFi, complimentary breakfast, and secure parking."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -