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() const currentYear = new Date().getFullYear() return (
{intl.formatMessage( { id: "footer.copyright", defaultMessage: "© {currentYear} Scandic Hotels all rights reserved", }, { currentYear } )}