--- interface Props { title: string; description?: string; } const { title, description = 'ManaChat - AI Chat Assistant' } = Astro.props; --- {title}