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} +