diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ba13396..5590093 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1410 +1,21 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +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 business advisory for entrepreneurs, startups, and businesses in Lucknow. Trusted by 40+ clients. Women-owned consultancy.", keywords: "financial consulting, business advisory, startup support, financial planning, business consultancy Lucknow", robots: { - index: true, - follow: true, - }, - openGraph: { - title: "Meesac Business Consultancy | Financial & Business Advisory", description: "Expert financial consulting and business advisory for entrepreneurs, startups, and businesses in Lucknow.", siteName: "Meesac Business Consultancy", type: "website"}, - twitter: { - card: "summary_large_image", title: "Meesac Business Consultancy | Financial & Business Advisory", description: "Expert financial consulting and business advisory for entrepreneurs, startups, and businesses."}, -}; + 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, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - + + + {children} - -