--- import '../styles/global.css'; interface Props { description?: string; title?: string; } const { description = 'TenantPilot keeps Intune governance observable, reviewable, and safe to operate.', title = 'TenantPilot', } = Astro.props; ---