From 22a975742924608a2c0c9fa79fcf5f36f87556ae Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 12:54:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 675d29e..a3f78da 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,12 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Business Serv | Professional Accounting & Financial Services", description: "Expert accounting, bookkeeping, payroll management, and taxation solutions for Durban businesses."}; + title: "Business Serv | Professional Accounting & Financial Services", description: "Expert accounting, bookkeeping, payroll management, and taxation solutions for Durban businesses." +}; export default function RootLayout({ children, @@ -16,11 +15,8 @@ export default function RootLayout({ }) { return ( - - - {children} - - + + {children}