Update src/app/layout.tsx

This commit is contained in:
2026-03-08 22:27:41 +00:00
parent 44a13a952f
commit 352af2b1b6

View File

@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper";
import { Tag } from "@/components/shared/Tag";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
@@ -21,10 +19,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable}`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
async
src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/gsap.min.js"