diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e69de29..0e86313 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -0,0 +1,1388 @@ +import type { Metadata } from "next"; +import { Lenis } from "./providers"; + +export const metadata: Metadata = { + title: "Create Next App", description: "Generated by create next app"}; + +export default function RootLayout({ + children, +}: { + children: React.ReactNode; +}) { + return ( + +
+