--- import '../styles/global.css'; interface Props { title: string; description?: string; } const { title, description = 'Nutriphi - Dein KI-gestützter Ernährungs-Tracker mit Mahlzeit-Foto-Analyse', } = Astro.props; --- {title}