import * as React from 'react' import classNames from 'classnames' import { Products } from '@hashicorp/platform-product-meta' import { IconArrowRight16 } from '@hashicorp/flight-icons/svg-react/arrow-right-16' import s from './style.module.css' interface IoHomePreFooterProps { brand: Products heading: string description: string ctas: [IoHomePreFooterCard, IoHomePreFooterCard, IoHomePreFooterCard] } export default function IoHomePreFooter({ brand, heading, description, ctas, }: IoHomePreFooterProps) { return (
{description}
{description}
{cta}