---
// Port of preview/pages/screenshot.html (layout: base, page-libs [signature_pad]).
// The Liquid `{% for color in site.colors %}` swatches map to site.themeColors
// (blue…cyan), matching the reference bg-gradient-from-{color} output.
// The large `{% comment %}…{% endcomment %}` prose/nav-segmented block in the
// source is a Liquid comment (not rendered) — intentionally omitted.
import BaseLayout from '@shared/layouts/BaseLayout.astro';
import NavbarLogo from '@shared/components/NavbarLogo.astro';
import { site } from '@shared/lib/site';
---