From 954a9ce59337ec3e57857b403a114a27c659ecc5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:54:07 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1398 -------------------------------------------- 1 file changed, 1398 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 14c41d2..e69de29 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1398 +0,0 @@ -import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./globals.css"; - -const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); - -export const metadata: Metadata = { - title: "Break Point - Web Design Studio", description: "Minimal, modern websites that drive results. Break Point Web Studio specializes in creating beautiful, conversion-focused digital experiences." -}; - -export default function RootLayout({ - children, -}: { - children: React.ReactNode; -}) { - return ( - - - {children} - - - -