From cd7b523eb573732ccdb232b34340c59603e90cc8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:58:31 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 1385 -------------------------------------------- 1 file changed, 1385 deletions(-) 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} -