From afd9ec96b9c6a74cdad69e03eecff4fa5e3b14d3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:05:43 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1384 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1384 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e69de29..591f4ec 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -0,0 +1,1384 @@ +import type { Metadata } from "next"; +import "./globals.css"; + +export const metadata: Metadata = { + title: "Jungle Book Farm And Sports Club", description: "Experience ultimate adventure and luxury at Jungle Book Farm And Sports Club"}; + +export default function RootLayout({ + children, +}: { + children: React.ReactNode; +}) { + return ( + + {children} +