--- import '@/styles.css' interface Props { title: string; description: string; image?: string; } const { title, description, image = '/banner.png' } = Astro.props; ---