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