Modern Template
The modern template features a contemporary design with more visual elements:
Key Features
Gradient mesh background
Glassmorphism effects
Animated status indicators
Enhanced typography
Subtle animations and transitions
Usage
php artisan curtain:up --template=modern
Customization Points
@section('body-class', 'bg-black min-h-screen flex items-center justify-center font-["Space_Grotesk"]')
@section('container-class', 'w-full max-w-4xl mx-auto px-4 py-8')
@section('countdown-class', 'bg-black/50 backdrop-blur-sm border border-white/10 rounded-lg p-8')
Last updated