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}