diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 46cf016..a2d1be8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,44 +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: "GMK Garden | Premium Banquet & Event Venue in Hyderabad", description: "Book GMK Garden for weddings, corporate events, and celebrations in Hyderabad. 4.0★ rated, AC halls, lawns, catering, open till 2 AM. Perfect venue for 500+ guests.", keywords: "event venue Hyderabad, banquet hall, wedding venue, corporate events, function room, celebration space", openGraph: { - title: "GMK Garden - Hyderabad's Premier Celebration Venue", description: "Premium function venue with AC halls, gardens, catering, and late-night hours. Book your perfect celebration today.", url: "https://gmkgardens.com", siteName: "GMK Garden", type: "website"}, - twitter: { - card: "summary_large_image", title: "GMK Garden - Book Your Celebration", description: "Hyderabad's top-rated event venue for weddings, birthdays, and corporate events."}, - robots: { - index: true, - follow: true, - }, -}; + title: "The Last Bite - Late-Night Restaurant in Hyderabad", description: "The Last Bite: Hyderabad's premier late-night restaurant serving fiery, bold flavors until 2 AM. Experience exceptional cuisine in a vibrant setting."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + {children}