Radio Group - Copy this React, Tailwind Component to your project
Design a booking page styled like Airbnb, featuring a form with fields for Check-in and Check-out dates, client name, email, daytime phone, mobile number, home address (all mandatory), and an optional postal address, each with placeholders. Validate all required fields and ensure two buttons: a primary, attention-grabbing "Booking" button for submission and a secondary "Go Back" button to return to the property page. Upon submission, store the booking details in the database and display a confirmation message, with a simple hyperlink to return to the homepage. Make sure the style, format, color followed by the https://www.airbnb.com.au. The booking information will be embedded under the current property in the listingsAndReviews collection with key details: booking_id, arrival_date, departure_date, and client details (name, email, daytime phone, mobile phone, optional postal address, and home address).
