--- import PresentationLayout from '../../layouts/PresentationLayout.astro'; import KaptioLogo from '../../components/KaptioLogo'; // TEMPLATE โ€” Customer intro (DARK) // Reusable on-brand customer introduction. Clone this to introduce a new account. // - Ground: --flux-primary-800 (#032E36) // - Full-bleed photo + subtle teal overlay + spectrum texture // - LEFT: big white bold title with optional leading emoji, soft drop shadow // - RIGHT: teal panel (--flux-primary-800 @ 90%, --flux-radius-lg) with a logo // placeholder, light white description lines, and the Kaptio logo (light) const title = '๐Ÿ‘‹ New customer in 2024'; const lines = [ 'Specialise in selling small luxury international group tours to the Australian market', 'Been in operation for 30+ years, well-established business', 'Prominent and influential CEO, Chairman of CATO (Council of Australian Tour Operators)', ]; const photo = '/images/bg-egypt-pyramids.png'; const spectrum = '/images/texture-spectrum.png'; ---

{title}

Customer logo
{lines.map((line) => (

{line}

))}