import type React from 'react' const MetallicLogo: React.FC<{ size?: number }> = ({ size = 80 }) => { return (
{/* Ultra premium platinum-black metallic gradient */} {/* Ultra deep void metallic for extreme depth */} {/* Platinum highlight with golden accents */} {/* Luxury glow filter */} {/* Premium shadow */} {/* Glow effect */} {/* Ultra premium background aura */} {/* Main ultra-luxury 3D hexagon shape */} {/* Premium top face with golden highlight */} {/* Ultra-dark depth face */} {/* Luxury AI neural network pattern */} {/* Ultra-premium central AI core */} {/* Golden core highlight */} {/* Micro luxury detail ring */} {/* Ultra-luxury animated aura */}
) } export default MetallicLogo