--- interface Props { title: string; description: string; } const { title = "ShiftOS: The Archive", description } = Astro.props; import '../styles/style.css'; import '../styles/window.css'; --- {title}