--- export interface Props { title: string; subtitle: string; image: string; link: string; } const { title, subtitle, image, link } = Astro.props; ---
{title}
{subtitle}