From f2c8aea86b602a96bdb52057e034a18dc2fd34e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:19:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4412c2f..d79a6ad 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,15 +1,14 @@ -import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./globals.css"; -import "./styles/variables.css"; -import "./styles/base.css"; +import type { Metadata } from 'next'; +import { Inter } from 'next/font/google'; +import './globals.css'; +import './styles/variables.css'; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ['latin'] }); export const metadata: Metadata = { - title: "Serenity Reiki - Energy Healing & Wellness", description: "Certified reiki healing sessions to restore balance, release stress, and promote deep wellness."}; + title: 'Serenity Reiki - English & French', + description: 'Experience certified reiki healing in a peaceful sanctuary. Découvrez la guérison reiki certifiée dans un sanctuaire paisible.', +}; export default function RootLayout({ children, @@ -18,16 +17,8 @@ export default function RootLayout({ }) { return ( - + {children} - -