From c6dda02f24fdf1317196d42e8a8513bb2fb1a6f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:16:00 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 1385 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1385 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e69de29..85c665b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -0,0 +1,1385 @@ +import type { Metadata } from "next"; +import "./styles/globals.css"; +import "./styles/variables.css"; + +export const metadata: Metadata = { + title: "GamerPC - Premium Gaming Systems", description: "Experience ultimate gaming performance with our premium-built gaming PCs. Engineered for esports, streaming, and immersive gaming."}; + +export default function RootLayout({ + children, +}: { + children: React.ReactNode; +}) { + return ( + + {children} +