Merge version_1 into main #1

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

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import { Mulish } 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"],
@@ -46,7 +45,7 @@ export default function RootLayout({
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script