Default Template
The default template offers a clean, minimalist design focused on clarity and functionality:
Key Features
Black background with subtle dot pattern
Large, monospace countdown display
Clean typography with Space Grotesk font
System status indicator
Responsive layout for all devices
Usage
php artisan curtain:up --template=default
Customization Points
@section('title-class', 'text-6xl text-white font-light tracking-tight text-center')
@section('message-class', 'text-gray-400 mb-6')
@section('content-class', 'text-center space-y-12')
Last updated