src/pages/lp

See README.md (German) for the full A/B system spec — this file is a thin pointer plus AI warnings.

What’s here

Standalone <html> A/B landing variants under /lp/<slug> (a/, e/). Cookie mechanic: visiting a variant sets lp=<slug> (90 days); / (src/pages/index.astro:11-20) then redirects returning users to /lp/<slug>. Valid slugs are currently ['a','e']; an unknown cookie is reset to 'a'. Variants use src/styles/lp.css (tokens/utilities only, no preflight).

Depends on / used by

Safe vs dangerous to change