import Image from "@scandic-hotels/design-system/Image" import styles from "./hero.module.css" import type { HeroProps } from "./hero" export default async function Hero({ alt, src, focalPoint, dimensions, }: HeroProps) { return ( {alt} ) }