--- import Card from "../Card.astro"; const { data, type } = Astro.props; ---
{ data.map((item)=>( )) }