--- import type { TestimonialsSection } from '../../types/home-sections'; interface Props { section: TestimonialsSection } const { section } = Astro.props; ---

{section.heading}

{section.featured.author} {section.featured.paragraphs.map((p) =>

{p}

)}