// Generated SVG illustrations per industry — abstract, on-brand, no external deps const IndustryArt = { Manufacturing: ({ color }) => ( {/* gear */} {[0,45,90,135,180,225,270,315].map(a => ( ))} {/* conveyor */} {[40,90,140,190,240,290].map(x => )} {/* boxes */} {/* chart */} ), Healthcare: ({ color }) => ( {/* heartbeat */} {/* cross */} {/* dots */} ), Retail: ({ color }) => ( {/* storefront */} {/* tags */} {/* sparkles for AI */} ), Logistics: ({ color }) => ( {/* dashed route */} {/* pins */} {/* truck */} ), Hospitality: ({ color }) => ( {/* hotel */} {[0,1,2,3].map(r => ( [0,1,2,3,4].map(c => ( )) )).flat()} {/* stars */} {[40, 60, 80].map((x,i) => ( ))} ), eCommerce: ({ color }) => ( {/* product grid */} {/* cart */} ), RealEstate: ({ color }) => ( {/* skyline */} {/* windows */} {[0,1,2].map(r => [0,1].map(c => ( ))).flat()} {[0,1,2,3].map(r => [0,1].map(c => ( ))).flat()} ), Education: ({ color }) => ( {/* book */} {/* graduation cap */} ), Automotive: ({ color }) => ( {/* road */} {/* car */} {/* sensor wave */} ), }; window.IndustryArt = IndustryArt;