--- import { getCollection, getEntry } from "astro:content"; import NewsCard from "../cards/NewsCard.astro"; const newsItems = await getCollection("news"); ---