diff --git a/app/layout.tsx b/app/layout.tsx index beda7d0..51a365b 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,6 +6,7 @@ import { Header } from "@/layout/header"; import { Footer } from "@/layout/footer"; import Script from "next/script"; import { cn } from "@/lib/utils"; +import { Providers } from "./providers"; const alimamaFangYuan = localFont({ src: "../public/font/Alimama.ttf", @@ -18,7 +19,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "RivFox", + title: "Koring Team", description: "Generated by create next app", icons: { icon: "/favicon.svg", @@ -32,12 +33,15 @@ export default function RootLayout({ }>) { return ( + lang="en" + suppressHydrationWarning + className={cn("h-full", "antialiased", alimamaFangYuan.variable, geistMono.variable, "font-sans")} + > +
-
+
+
{children}