Merge version_2 into main #5
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user