---
// Port of preview/pages/onboarding.html (layout: base).
// NOTE: the Liquid source passes `current=2` to ui/progress-steps.html, but that
// include reads `active` (not `current`) — so the arg is a no-op and only the
// first step is active. The reference reflects this (Step 1 = bg-primary).
import BaseLayout from '@shared/layouts/BaseLayout.astro';
import NavbarLogo from '@shared/components/NavbarLogo.astro';
import ProgressSteps from '@shared/components/ui/ProgressSteps.astro';
import Button from '@shared/components/Button.astro';
---