From 1630d5eee05d961a36e4b3e39fd592fa17fb9593 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 16:58:52 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 1237 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1236 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 838b494..7733f16 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,4 +26,1239 @@ 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"] } -}; \ No newline at end of file +}; + +export default function RootLayout({ + children, +}: { + children: React.ReactNode; +}) { + return ( + + + + + {children} + + +