Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-16 17:23:07 +00:00

View File

@@ -4,7 +4,6 @@ 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 interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
@@ -44,7 +43,7 @@ export default function RootLayout({
<body
className={`${interTight.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script