From ad1257ea92d74bf904e154d263bf6b7f27e4ace9 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 16:57:00 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 1239 +------------------------------------------- 1 file changed, 1 insertion(+), 1238 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b26ccd0..838b494 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,1241 +26,4 @@ export const metadata: Metadata = { twitter: { card: "summary_large_image", title: "Webild - Modern Web Design & Development", description: "Premium digital solutions for modern businesses. Innovative design meets cutting-edge technology.", images: ["https://img.b2bpic.net/free-vector/abstract-technology-science-background-with-connecting-lines_1017-22915.jpg"] } -}; - -export default function RootLayout({ - children, -}: Readonly<{ - children: React.ReactNode; -}>) { - return ( - - - - - {children} - -