import s from './style.module.css' import Button from '@hashicorp/react-button' export default function BrandedCta({ heading, content, links }) { return (

{heading}

{content}

{links.map((link, stableIdx) => { return (
) }