--- import type { MainSection } from '@/types/sections/main-section.types'; import Photo from '@/components/photo.astro'; import Description from '@/pdf/components/description.astro'; import LabelledValue from '@/pdf/components/labelled-value.astro'; export interface Props extends MainSection {} const { image, fullName, role, details, pdfDetails, description } = Astro.props; ---
{fullName}
{role}
{ (pdfDetails ?? details).map((detail) => ( )) }