import { useIntl } from "react-intl" import { Typography } from "@scandic-hotels/design-system/Typography" import Image from "@/components/Image" import styles from "./surprises.module.css" import type { CardProps } from "@/types/components/blocks/surprises" export default function Card({ title, children }: CardProps) { const intl = useIntl() return (