Update src/app/layout.tsx

This commit is contained in:
2026-03-09 06:10:37 +00:00
parent c27520f566
commit d2b6876a4e

View File

@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/service-wrapper/ServiceWrapper";
import { Tag } from "@/components/tag/Tag";
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
@@ -26,10 +24,7 @@ export default function RootLayout({
className={`${geist.variable} ${geistMono.variable} antialiased`}
suppressHydrationWarning
>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
id="__LENIS_SCRIPT__"
dangerouslySetInnerHTML={{