Book A Showroom Appointment

Visit our showroom to see our products and get expert advice

Thank you! Your showroom appointment request has been submitted successfully.
There was an error submitting your request. Please try again.

🏢 Choose Your Showroom Appointment Time

Available: 11:00 AM - 3:00 PM (Monday to Saturday)

Loading...

Select a date

Select a date to see available times
📎
Click to upload house plans, inspiration photos, or other relevant files
Maximum 10MB per file
}); // Initialize Google Places Autocomplete function initAutocomplete() { const addressInput = document.getElementById('address'); if (addressInput) { const autocomplete = new google.maps.places.Autocomplete(addressInput); autocomplete.setComponentRestrictions({ country: 'AU' }); console.log('Address autocomplete is working!'); } } function initMap() { initAutocomplete(); }