--- import '../styles/global.css'; interface Props { title?: string; } const { title = 'Frontier Algorithmics – KI & Technology Consulting' } = Astro.props; ---