From 5955a73bf58ae706f5871f4cd179cf1a2828d2f9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:26:56 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 06e5385..b8a99a7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Inter_Tight } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper"; -import { Tag } from "@/components/tag/tag"; const interTight = Inter_Tight({ variable: "--font-inter-tight", subsets: ["latin"], @@ -10,7 +8,8 @@ const interTight = Inter_Tight({ }); export const metadata: Metadata = { - title: "BlueForge Climate Solutions - Professional HVAC Services in Sacramento", description: "Expert heating and air conditioning services in Sacramento, CA. Professional HVAC installation, repair, and maintenance. Licensed technicians. 24/7 emergency service."}; + title: "BlueForge Climate Solutions - Professional HVAC Services in Sacramento", description: "Expert heating and air conditioning services in Sacramento, CA. Professional HVAC installation, repair, and maintenance. Licensed technicians. 24/7 emergency service." +}; export default function RootLayout({ children, @@ -20,10 +19,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}