'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 { Group } from '@/ui/Group'; import { Box } from '@/ui/Box'; import { Panel } from '@/ui/Panel'; import { Stack } from '@/ui/Stack'; import { Icon } from '@/ui/Icon'; import { Trophy } from 'lucide-react'; /** * CtaSection - Final call to action for league admins. * Redesigned to match the "Modern Precision" theme and "Dieter Rams" style. */ export function CtaSection() { return (
Ready to elevate your league? Join the growing ecosystem of professional sim racing leagues. Start for free and scale as your community grows.
); }