--- export interface Props { title: string; description: string; imageSrc: string; href: string; } const { href, title, imageSrc, description } = Astro.props; ---
{title}

in which {description}