--- import PresentationLayout from '../../layouts/PresentationLayout.astro'; import KaptioLogo from '../../components/KaptioLogo'; // TEMPLATE — Quote (LIGHT) // Reusable on-brand quote / testimonial slide. Clone this for a customer voice // or leadership statement. // - Ground: --flux-background (#F9FAF8) // - Centered column (~60% width): ONE optional muted kicker, the quote in // Lexend Light (no italics, no giant colored glyphs), attribution below // (bold name + light role/company in --flux-grey-300) // - Kaptio logo (dark) centered near the bottom; no yellow anywhere const kicker = 'Customer voice'; const quote = 'Kaptio replaced four disconnected systems with one platform. Our team quotes complex itineraries in minutes, and finance finally trusts the numbers.'; const name = 'Jane Castle'; const role = 'Head of Operations, Horizon Expeditions'; ---

{kicker}

“{quote}”

{name}

{role}