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