'use client'; import Card from '@/components/ui/Card'; // Mock data for highlights const MOCK_HIGHLIGHTS = [ { id: '1', type: 'race', title: 'Epic finish in GT3 Championship', description: 'Max Verstappen wins by 0.003 seconds', time: '2 hours ago', }, { id: '2', type: 'league', title: 'New league created: Endurance Masters', description: '12 teams already registered', time: '5 hours ago', }, { id: '3', type: 'achievement', title: 'Sarah Chen unlocked "Century Club"', description: '100 races completed', time: '1 day ago', }, ]; const TRENDING_DRIVERS = [ { id: '1', name: 'Max Verstappen', metric: '+156 rating this week' }, { id: '2', name: 'Emma Thompson', metric: '5 wins in a row' }, { id: '3', name: 'Lewis Hamilton', metric: 'Most laps led' }, ]; const TRENDING_TEAMS = [ { id: '1', name: 'Apex Racing', metric: '12 new members' }, { id: '2', name: 'Speed Demons', metric: '3 championship wins' }, { id: '3', name: 'Endurance Elite', metric: '24h race victory' }, ]; export default function SocialPage() { return (
Stay updated with the racing community
The activity feed will show real-time updates from your friends, leagues, and teams. This feature is currently in development for the alpha release.
{highlight.description}
{highlight.time}
Friend features coming soon in alpha