--- import '../styles/global.css'; interface Props { title?: string | undefined; description?: string | undefined; } const { title = 'Jeanine White: Personal Site', description = 'The personal site of Jeanine White', } = Astro.props; ---