import { Box } from '@/ui/primitives/Box'; import Image from 'next/image'; import Link from 'next/link'; 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 = '/', priority = false }: BrandMarkProps) { return ( GridPilot ); }