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 ( + +
+