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