'use client'; import { Button } from '@/ui/Button'; import { Stack } from '@/ui/primitives/Stack'; import { Text } from '@/ui/Text'; interface NotFoundCallToActionProps { label: string; onClick: () => void; } /** * NotFoundCallToAction * * Semantic component for the primary action on the 404 page. * Follows "Precision Racing Minimal" theme with crisp styling. */ export function NotFoundCallToAction({ label, onClick }: NotFoundCallToActionProps) { return ( Telemetry connection lost ); }