'use client'; import React from 'react'; import { Section } from '@/ui/Section'; import { Heading } from '@/ui/Heading'; import { Text } from '@/ui/Text'; import { Button } from '@/ui/Button'; import { Stack } from '@/ui/Stack'; import { Group } from '@/ui/Group'; import { Panel } from '@/ui/Panel'; import { Icon } from '@/ui/Icon'; import { ArrowRight, Database } from 'lucide-react'; import { routes } from '@/lib/routing/RouteConfig'; /** * MigrationSection - Offers help with migrating existing league data. */ export function MigrationSection() { return (
League Migration Moving from Sheets or Discord? We know that moving years of history is daunting. Send us your data, and we will handle the migration for you — for free. We support CSV, Google Sheets, and manual data entry.
); }