--- import PresentationLayout from '../../layouts/PresentationLayout.astro'; import KaptioLogo from '../../components/KaptioLogo'; // TEMPLATE A — Chapter / section divider (DARK) // Reusable on-brand chapter slide. Clone this structure for any section divider. // - Ground: --flux-primary-800 (#032E36) // - Full-bleed photo + teal overlay rgba(3,46,54,0.4) so any image reads on-brand // - One white Lexend Bold headline, centered, soft drop shadow // - Kaptio logo (light) centered near the bottom const headline = 'Voyage Deep Dive'; const photo = '/images/bg-iceland-fjord-road.png'; const spectrum = '/images/texture-spectrum.png'; ---

{headline}