From 86018667ec03287ec87a1580e7c3961f7a8d2b2d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:11:29 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ad285b5..61ffa0f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,9 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./globals.css"; -import "./styles/variables.css"; import "./styles/base.css"; - -const inter = Inter({ subsets: ["latin"] }); +import "./globals.css"; export const metadata: Metadata = { - title: "Lotus Massage & Spa", description: "Professional massage therapy in Lake Charles, LA"}; + title: "Lotus Massage & Spa - Professional Massage Therapy in Lake Charles, LA", description: "Professional massage therapy services in Lake Charles, LA. Licensed therapist offering Swedish massage, deep tissue, relaxation, and custom therapy."}; export default function RootLayout({ children, @@ -16,7 +12,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}