Product
{shortTitle}{' '}
{beta_product && Beta}
{introLinks &&
Object.entries(introLinks)
.filter(([key, link]) => {
return link && !key.includes('raw')
})
.map(([key, link], i) => {
if (!link) {
return null
}
return (
{t(key)}
)
})}
{product_video && (