import Image from "@scandic-hotels/design-system/Image" import { Typography } from "@scandic-hotels/design-system/Typography" import { getIntl } from "@/i18n" import { FooterMenu } from "../Menu/FooterMenu" import { PoweredByScandic } from "../PoweredByScandic/PoweredByScandic" import styles from "./footer.module.css" export async function Footer() { const intl = await getIntl() return (
SAS logotype

{intl.formatMessage({ defaultMessage: "© 2025 Scandic Hotels all rights reserved.", })}

) }