/* VEA brand icons & logo - line-art style matching mockup */
const VeaLogo = ({ size = 36 }) => (
);
const VeaWordmark = () => (
);
/* Stylized AI brain/circuit hero illustration - inspired by mockup */
const HeroAIIllustration = ({ width = 520, animated = false }) => (
);
/* Service card icons - line art red */
const SvcIconBrain = () => (
);
const SvcIconDashboard = () => (
);
const SvcIconNetwork = () => (
);
const SvcIconLaptop = () => (
);
const SvcIconDoc = () => (
);
const SvcIconGear = () => (
);
/* Unfair Advantage icons - line art teal/white */
const UAIconCode = () => (
);
const UAIconStopwatch = () => (
);
const UAIconHex = () => (
);
const UAIconShield = () => (
);
Object.assign(window, {
VeaLogo, VeaWordmark, HeroAIIllustration,
SvcIconBrain, SvcIconDashboard, SvcIconNetwork, SvcIconLaptop, SvcIconDoc, SvcIconGear,
UAIconCode, UAIconStopwatch, UAIconHex, UAIconShield,
});