// ornaments.jsx — SVG icons, sprigs, mascot placeholder const Icon = ({ name, ...props }) => { const icons = { mail: , github: , scholar: , x: , doc: , pin: , school: , sun: , moon: , sliders: , external: , }; return icons[name] || null; }; /* Decorative lavender sprig — tiny stylized stem */ const Sprig = ({ style, color = "currentColor" }) => ( ); /* Small star / petal shapes used in bg decoration */ const Petal = ({ style, color = "currentColor" }) => ( ); /* Mascot placeholder — shows before user-supplied PNG loads. */ const MascotPlaceholder = () => (