import { ArrowLeft } from "react-feather" import { overview as profileOverview } from "@scandic-hotels/common/constants/routes/myPages" import Image from "@scandic-hotels/design-system/Image" import Link from "@scandic-hotels/design-system/OldDSLink" import { getIntl } from "@/i18n" import background from "@/public/_static/img/partner/sas/sas_x_scandic_airplane_window_background.jpg" import styles from "./layout.module.css" import type { Lang } from "@scandic-hotels/common/constants/language" export default async function SasXScandicLayout( props: LayoutProps<"/[lang]/sas-x-scandic"> ) { const params = await props.params const lang = params.lang as Lang const { children } = props const intl = await getIntl() return (