Update src/app/layout.tsx

This commit is contained in:
2026-03-08 16:32:49 +00:00
parent 5fd6d51f35
commit e2e4b4fc72

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "I.T. Home Improvement - Luxury Renovations", description: "Professional home renovation and improvement services"};
title: "I.T. Home Improvement - Luxury Renovations", description: "Professional home renovation and improvement services"
};
export default function RootLayout({
children,
@@ -14,7 +15,7 @@ export default function RootLayout({
}) {
return (
<html lang="en" suppressHydrationWarning>
<body className={inter.variable}>
<body className={inter.className}>
{children}
<script
dangerouslySetInnerHTML={{