--- interface Props { activeNav?: 'home' | 'designing' | 'docs' | 'slop' | 'live'; } const { activeNav } = Astro.props; ---