--- interface Props { title: string; description: string; // image: string; } const { title, description } = Astro.props; ---