--- import { markdownify } from "@/lib/utils/textConverter"; import ImageMod from "@/components/ImageMod.astro"; const { testimonial } = Astro.props; --- { testimonial.data.enable && (

{testimonial.data.testimonials.map( (item: { avatar: string; content: string; name: string; designation: string; }) => (

), )}
) }