import { useId } from 'react' export function HeroBackground(props) { let id = useId() return ( ) }