import BookingPage from '@/components/booking'; import Layout from '@/components/layout'; function Booking() { return ( ) } export default Booking