diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 26c5f56..80e425c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,11 @@ import type { Metadata } from "next"; -import { Outfit } from "next/font/google"; +import { Inter } from "next/font/google"; import "./globals.css"; -const outfit = Outfit({ subsets: ["latin"] }); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Hannah's Haven LLC - Premium Residential Cleaning", description: "Elevated home care with exceptional standards. Meticulous, reliable residential cleaning for homeowners who expect more."}; + title: "Hannah's Haven LLC - Premium Residential Cleaning", description: "Elevated home care with exceptional standards. Premium residential cleaning service you can trust."}; export default function RootLayout({ children, @@ -14,7 +14,7 @@ export default function RootLayout({ }) { return ( -
{children} + {children}