import Footer from "@/components/Current/Footer" import LangPopup from "@/components/Current/LangPopup" import InitLivePreview from "@/components/LivePreview" import SkipToMainContent from "@/components/SkipToMainContent" import { setLang } from "@/i18n/serverContext" import type { Metadata } from "next" import type { LangParams, LayoutArgs } from "@/types/params" export const fetchCache = "default-no-store" export const metadata: Metadata = { description: "New web", title: "Scandic Hotels", } export default function RootLayout({ children, params, }: React.PropsWithChildren>) { setLang(params.lang) return ( {/* eslint-disable-next-line @next/next/no-css-tags */} {/* eslint-disable-next-line @next/next/no-css-tags */} {children}