import Button from '@hashicorp/react-button' import InlineSvg from '@hashicorp/react-inline-svg' import RightArrowIcon from './img/right-arrow-icon.svg?include' export default function BasicHero({ heading, content, links, brand, backgroundImage, }) { return (
{content}
} {links && links.length > 0 && ( <>