From 881feab66991dcdafa0ed887c8654cd989ac8f2f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:36:16 +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 0dde92d..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 "../styles/globals.css"; - -const inter = Inter({ subsets: ["latin"] }); - -export const metadata: Metadata = { - title: "Kamiyah's Studio | Premium Beauty Services", description: "Luxe nails, lashes, and hair services crafted with precision and passion. Elevate your beauty at our premier studio."}; - -export default function RootLayout({ - children, -}: { - children: React.ReactNode; -}) { - return ( - - {children} -