From add695a5b1f1ff79ef09a35729359e3bbe052f1f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:45:50 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 49 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7b875ca..6340cf0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,6 @@ import type { Metadata } from "next"; import { Figtree } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; const figtree = Figtree({ variable: "--font-figtree", subsets: ["latin"], @@ -36,6 +35,38 @@ export default function RootLayout({ }>) { return ( + +