--- import PresentationLayout from '../../layouts/PresentationLayout.astro'; import KaptioLogo from '../../components/KaptioLogo'; // TEMPLATE — Chart (LIGHT) // Reusable on-brand growth / trend slide. Simplified static version — do NOT // import the React employee-count-chart component. // - Ground: --flux-background with optional very low-opacity background photo // - LEFT: dual headline stats + growth narrative // - RIGHT: inline SVG line chart placeholder // - Kaptio logo (dark) bottom-left const statLeft = { year: '2024', value: '180' }; const statRight = { year: '2025', value: '240' }; const narrative = 'Steady growth across product, engineering, and customer success teams.'; const photo = '/images/bg-iceland-fjord-road.png'; ---

{statLeft.year}

{statLeft.value}

{statRight.year}

{statRight.value}

{narrative}

Chart placeholder