--- import PresentationLayout from '../../layouts/PresentationLayout.astro'; // TEMPLATE โ€” Customer intro with map (DARK) // Richer variant of the Customer intro template. Clone this to introduce an account // when their home market matters to the story. // - Ground: --flux-primary-800 (#032E36) + full-bleed photo + teal overlay // - LEFT: tall teal panel (~33% width) with a white logo card on top and a dotted // world map below; ONE --flux-yellow-400 location dot marks the customer's market // - RIGHT: big white Lexend Bold title with optional leading emoji, soft drop shadow // The dotted map reuses the CSS mask technique from KaptioGlobalPresenceSlide: // a dot grid masked by /slide-examples/world-map.svg (950x620, stretches to fill). const title = '๐Ÿ‘‹ Introduction'; const logoCaption = 'From Australia'; const photo = '/images/bg-iceland-bridge-aerial.png'; const spectrum = '/images/texture-spectrum.png'; const worldMap = '/slide-examples/world-map.svg'; // Plate-carree percentages for the location dot (lon 134, lat -26 ~= central Australia) const dot = { left: '87%', top: '64%' }; ---
Customer logo {logoCaption}

{title}