--- // src/components/LevelToggle.astro const { initialLevel = 1 } = Astro.props; ---