--- import PresentationLayout from '../../layouts/PresentationLayout.astro'; import KaptioLogo from '../../components/KaptioLogo'; // TEMPLATE — Cover (DARK) // Reusable on-brand deck cover. Clone this to open a presentation. // - Ground: --flux-primary-800 (#032E36) // - Full-bleed photo + teal overlay rgba(3,46,54,0.72) + subtle spectrum texture // - Left-aligned block: one yellow eyebrow/date (the only yellow), large WHITE bold title // - Bottom-left: Kaptio logo (light) + thin low-opacity divider + light tagline const eyebrow = 'April 2025'; const title = 'Kaptio Success Stories'; const tagline = 'Serve travellers not spreadsheets'; const photo = '/images/bg-iceland-fjord-road.png'; const spectrum = '/images/texture-spectrum.png'; ---

{eyebrow}

{title}

{tagline}