From 6cad50abbfa0a39635089c58071a407e0b731b83 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:38:51 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5590093..5b3562d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,9 +1,9 @@ import type { Metadata } from "next"; -import { Lenis } from "@/providers/lenisProvider/LenisProvider"; import "@/styles/globals.css"; export const metadata: Metadata = { - title: "Meesac Business Consultancy | Financial & Business Advisory", description: "Expert financial consulting and strategic business advisory for entrepreneurs and business owners in Lucknow. Rated 4.9★ by 40+ clients."}; + title: "Meesac Business Consultancy | Financial & Business Advisory", description: "Expert financial consulting and strategic business advisory for entrepreneurs and business owners in Lucknow. Rated 4.9★ by 40+ clients." +}; export default function RootLayout({ children, @@ -13,9 +13,7 @@ export default function RootLayout({ return ( - - {children} - + {children}