--- import PresentationLayout from '../../layouts/PresentationLayout.astro'; // TEMPLATE — Split visual (LIGHT) // Text on the left, full-height photo on the right — edge to edge, no shadow box. // Use this instead of content/feature when the visual is a photo or hero image, // not a product screenshot in a floating card. // - Ground: --flux-background on the left column // - LEFT (~48%): optional eyebrow, bold headline, light body — vertically centered // - RIGHT (~52%): single full bleed (object-fit:cover), flush to slide edge // - Swap ONLY copy on the left and img src on the right const eyebrow = 'Design × AI'; const title = 'Agents need something to clone'; const body = 'AI can generate content fast — but without a design system, it invents layouts on every run. Flux gives agents templates to copy instead of empty regions to improvise in.'; const imageSrc = '/images/intrepid-van-bg.jpg'; ---

{eyebrow}

{title}

{body}