<script>
        // Replace this URL with your Airtable URL
        const AIRTABLE_URL = 'https://airtable.com/appDZdgjfsfsmZDvo/shrm5znYtsGUtwSbo';
        
        // Redirect after a short delay to allow analytics to load
        setTimeout(() => {
            window.location.href = AIRTABLE_URL;
        }, 1500);
    </script>