import { Button } from '@/app/components/ui/button'; import { Input } from '@/app/components/ui/input'; import { Label } from '@/app/components/ui/label'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/app/components/ui/card'; import { Separator } from '@/app/components/ui/separator'; import { Trophy, CheckCircle2 } from 'lucide-react'; export default function RegisterPage() { return (
{/* Left side - Benefits */}

Start managing tournaments today

Join hundreds of padel centers using tourn.me

Multiple tournament formats

Round Robin, Single/Double Elimination, Groups + Knockout

Import from Playtomic

Sync your player database with one click

Public TV displays

Share tournament brackets and matches on your screens

Easy match scheduling

Drag & drop interface for quick organization

500+
Tournaments
50+
Centers
10k+
Players
{/* Right side - Form */}
Create your account Start your 14-day free trial. No credit card required.

Must be at least 8 characters

By signing up, you agree to our{' '} Terms of Service {' '}and{' '} Privacy Policy

OR
Already have an account? Sign in
); }