/* eslint-disable formatjs/no-literal-string-in-jsx */ import Link from "next/link" import Image from "@scandic-hotels/design-system/Image" import { Typography } from "@scandic-hotels/design-system/Typography" import { PoweredByScandic } from "../PoweredByScandic/PoweredByScandic" import styles from "./footer.module.css" export function Footer() { return (
SAS logotype
Privacy policy Terms of use Your privacy choices Cookie Policy More links

© 1999 Something something.

[Place holder text], LP and SAS are not responsible for content on external Web sites.

) }