--- import '../styles/global.css'; interface Props { title?: string; description?: string; } const { title = "Astro Site", description = "A simple Astro site with blog functionality" } = Astro.props; --- {title}