import { Link } from "wouter"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { Badge } from "@/components/ui/badge"; import { Music, Calendar, Users, Settings } from "lucide-react"; export default function Landing() { return (
{/* Header */}

DJ Management

Professional Dashboard

{/* Hero Section */}

Professional DJ Management System

Streamline your DJ operations with our comprehensive management platform. Handle schedules, events, and team coordination all in one place.

{/* Features Section */}

Everything You Need to Manage Your DJ Team

Powerful tools designed for modern DJ management

Event Management

Create, manage, and track all your events with intuitive scheduling tools and automated assignments.

DJ Profiles

Comprehensive DJ profiles with social links, availability management, and performance tracking.

Admin Tools

Advanced admin controls for user management, schedule templates, and automated DJ assignments.

{/* Stats Section */}
500+
Events Managed
50+
Active DJs
99.9%
Uptime
{/* CTA Section */}

Ready to Transform Your DJ Management?

Join hundreds of event organizers who trust our platform to manage their DJ operations.

{/* Footer */}
); }