From 47b41ca7214e001dc3021f1792c3526fa80c4c6f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:27:34 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1387 -------------------------------------------- 1 file changed, 1387 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3d0d6e3..e69de29 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1387 +0,0 @@ -import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./globals.css"; - -const inter = Inter({ subsets: ["latin"] }); - -export const metadata: Metadata = { - title: "Antigravity - Portfolio Generator", description: "Create stunning, automated portfolios with cutting-edge tools and responsive design."}; - -export default function RootLayout({ - children, -}: { - children: React.ReactNode; -}) { - return ( - - {children} -