--- import PresentationLayout from '../../layouts/PresentationLayout.astro'; import KaptioLogo from '../../components/KaptioLogo'; // TEMPLATE — Big stat (LIGHT) // Reusable on-brand single-number / KPI slide. Clone this when one figure // carries the whole story. // - Ground: --flux-background (#F9FAF8) // - Centered: ONE muted kicker (context label), a giant Lexend Bold numeral in // --flux-primary-600 (seagreen — never yellow), a Lexend Light support line // - Optional small source / footnote line in --flux-grey-300 // - Kaptio logo (dark) centered near the bottom const kicker = 'Bookings processed'; const stat = '1.2M'; const support = 'Traveller bookings flowed through Kaptio in the last twelve months.'; const footnote = 'Source: Kaptio platform metrics, FY25.'; ---

{kicker}

{stat}

{support}

{footnote}