From e2e4b4fc72e56ceefa34e39d045c1abc73962d64 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:32:49 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 12ba039..adb322d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}