import s from './style.module.css' import Hero from '@hashicorp/react-hero' export default function HomepageHero({ title, description, links, uiVideo, cliVideo, alert, image, }) { return (
) }