/** * Author: Simon-Pierre Boucher * Contact: contact@spboucher.ai * Project: Hilmacorp.ai — Web Platform * File: components/Logo.tsx * Description: Hilmacorp.ai wordmark with geometric monogram (light theme) */ export default function Logo({ className = "" }: { className?: string }) { return ( Hilmacorp.ai ); }