import React from 'react'; import Image from 'next/image'; import Link from 'next/link'; import { Box } from '@/ui/Box'; 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 ); }