--- import { Image } from "@astrojs/image/components"; import { getContentArray } from "@/utils/helpers"; import { getImageSrc } from "@/utils/payload"; const { content } = Astro.props; const contentArray = getContentArray(content); ---