interface TowerLogoProps { size?: 'sm' | 'md' | 'lg' showText?: boolean className?: string } export function TowerLogo({ size = 'md', showText = true, className = '' }: TowerLogoProps) { const sizeClasses = { sm: 'w-12 h-12', md: 'w-20 h-20', lg: 'w-32 h-32' } const textSizes = { sm: 'text-2xl', md: 'text-4xl', lg: 'text-6xl' } return (
Tour de contrôle de vos projets
> )}