/** * Help Settings Custom Domains Page */ import React from 'react'; import { useNavigate, Link } from 'react-router-dom'; import { ArrowLeft, Globe, Shield, Link as LinkIcon, CheckCircle, ChevronRight, HelpCircle, Settings, AlertCircle, } from 'lucide-react'; const HelpSettingsDomains: React.FC = () => { const navigate = useNavigate(); return (
Use your own domain for booking
Custom Domains let you use your own domain name (like booking.yourcompany.com) instead of the default subdomain. This creates a more professional, branded experience for your customers.
Custom domains are available on Pro and Business plans.
Enter your custom domain in the settings
Add CNAME record pointing to our servers
Click verify to confirm DNS is configured
We automatically provision an SSL certificate
Add this CNAME record to your DNS provider:
DNS changes can take up to 48 hours to propagate.
Our support team is ready to help with any questions.