--- const { projects } = Astro.props; --- { projects.map((project: Project) => (

{project.name}

{project.description}

)) }