'use client'; import React from 'react'; import { Section } from '@/ui/Section'; import { Panel } from '@/ui/Panel'; import { Text } from '@/ui/Text'; import { Heading } from '@/ui/Heading'; import { StatusBadge } from '@/ui/StatusBadge'; import { Button } from '@/ui/Button'; import { Group } from '@/ui/Group'; import { Stack } from '@/ui/Stack'; import { Grid } from '@/ui/Grid'; import { Box } from '@/ui/Box'; import { Gavel, Clock, User, MessageSquare } from 'lucide-react'; /** * StewardingPreview - Refined for "Modern Precision" and "Dieter Rams" style. * Thorough down to the last detail. */ export function StewardingPreview() { return (
Structured Stewarding Protests are part of racing. Managing them shouldn't be a second job. GridPilot provides a dedicated workflow for drivers to report incidents and for you to resolve them with precision. Incident Report ID: 402-WG Turn 1 Contact: Miller vs Chen UNDER REVIEW Protestor Alex Miller #42 - Porsche 911 GT3 R Defendant David Chen #18 - BMW M4 GT3 Session Info Lap 1, 00:42.150 Watkins Glen - Cup Description "David missed his braking point into T1 and hit my rear right corner. I was forced into the grass and lost 4 positions. Replay attached shows he was never alongside."
); }