--- import '../styles/global.css'; interface Props { title: string; description?: string; } const { title, description = 'ManaChat - Dein intelligenter KI-Chat-Assistent mit GPT-4o und mehr' } = Astro.props; --- {title}