diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e304f54..0dbae9b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,12 +2,10 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "MG Junk Removal | Professional Service, Transparent Pricing", description: "Fast, reliable junk removal with upfront pricing and zero damage guarantee. Same-day quotes and professional crews."}; + title: "MG Junk Removal", description: "Professional junk removal services with transparent pricing and damage-free guarantee."}; export default function RootLayout({ children, @@ -15,25 +13,8 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - -
- - - - {children} - + + {children}