diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 03282b8..e69de29 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1385 +0,0 @@ -import type { Metadata } from 'next'; - -export const metadata: Metadata = { - title: 'Webild', - description: 'Building the future of web design', -}; - -export default function RootLayout({ - children, -}: { - children: React.ReactNode; -}) { - return ( - -
{children} -