import "../../core.css" import "../../scandic.css" import Footer from "@/components/Current/Footer" import LangPopup from "@/components/Current/LangPopup" import Script from "next/script" import SkipToMainContent from "@/components/SkipToMainContent" import type { Metadata } from "next" import type { LangParams, LayoutArgs } from "@/types/params" import { env } from "@/env/server.mjs" export const metadata: Metadata = { description: "New web", title: "Scandic Hotels New Web", } const adobeSrcs = { // TODO: decide on naming and environments development: "", test: "https://assets.adobedtm.com/c1bd08b1e4e7/d64a7c1f5f17/launch-84c70d82a50c-staging.min.js", production: "https://assets.adobedtm.com/c1bd08b1e4e7/d64a7c1f5f17/launch-e56085bbe998.min.js", } export default function RootLayout({ children, params, }: React.PropsWithChildren>) { return ( {/* ) }