import Card from '@/components/ui/Card'; import Button from '@/components/ui/Button'; export default function FeedEmptyState() { return (
🏁

Your feed is warming up

As leagues, teams, and friends start racing, this feed will show their latest results, signups, and highlights.

); }