--- import ShowcaseProfileCard, { type ShowcaseProfileCardProps } from './ShowcaseProfileCard.astro' export type ShowcaseProfileProps = Props interface Props { entries: ShowcaseProfileCardProps[] } const { entries } = Astro.props ---
{entries.map((entry) => )}