Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-09 17:38:56 +00:00

View File

@@ -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 (
<html lang="en">
<body>
<Lenis>
{children}
</Lenis>
{children}
<script
dangerouslySetInnerHTML={{