import { Box } from '@/ui/Box'; import { Link } from '@/ui/Link'; import { Image } from '@/ui/Image'; interface BrandMarkProps { href?: string; priority?: boolean; } /** * BrandMark provides the consistent logo/wordmark for the application. * Aligned with "Precision Racing Minimal" theme. */ export function BrandMark({ href = '/' }: BrandMarkProps) { return ( GridPilot ); }