--- interface Props { image: string; title: string; description: string; align: 'left' | 'right' | 'center'; } const { image, title, description, align } = Astro.props; ---
{title}

{title}

{description}