<!DOCTYPE html>
        <html>
        <head>
            <title>Coming Soon | Fastlane Airport Taxis</title>
            <meta name="viewport" content="width=device-width, initial-scale=1">
            <style>
                body { 
                    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; 
                    text-align: center; 
                    padding-top: 15%; 
                    background-color: #f8f9fa; 
                    color: #343a40; 
                }
                h1 { font-size: 3.5em; margin-bottom: 10px; }
                p { font-size: 1.2em; color: #6c757d; }
            </style>
        </head>
        <body>
            <h1>Coming Soon</h1>
            <p>Check back shortly!</p>
        </body>
        </html>