// Contact + RFP form (interactive, multi-step feel)
const Contact = () => {
const [form, setForm] = React.useState({
projectType: '',
budget: '',
location: '',
timeline: '',
name: '',
org: '',
email: '',
notes: '',
});
const [submitted, setSubmitted] = React.useState(false);
const update = (k, v) => setForm(f => ({ ...f, [k]: v }));
const projectTypes = ['Ground-up hotel / resort', 'Renovation / PIP', 'F&B / Amenity buildout', 'Master-plan or feasibility'];
const budgets = ['$500K – $2M', '$2M – $10M', '$10M – $50M', '$50M+'];
const timelines = ['Breaking ground < 6 mo', '6 – 12 months', '12 – 24 months', 'Early stage / feasibility'];
const onSubmit = (e) => {
e.preventDefault();
setSubmitted(true);
};
return (
We respond to every qualified inquiry within two business days. Project minimum is $500K construction value.
A principal will be in touch within two business days. We will send you our project intake checklist in the same email.
Tell us about
the work.
Inquiry received.