const { Button, Icon, Tag, TextInput, Textarea, Select, DatePicker, TravellerSelector, Alert, SectionHeader, ContactBlock, PhotoFrame } = window.VE; const TRAVEL_STYLES = ['Beach', 'Mountains', 'Culture', 'Honeymoon', 'Family', 'Luxury', 'Adventure', 'Weekend']; function PlanMyTripScreen({ onToast }) { const [styles, setStyles] = React.useState(['Honeymoon']); const [dates, setDates] = React.useState({ start: null, end: null }); const [party, setParty] = React.useState({ adults: 2, children: 0, rooms: 1 }); const [sent, setSent] = React.useState(false); const toggle = (s) => setStyles((prev) => (prev.includes(s) ? prev.filter((x) => x !== s) : prev.concat(s))); return (
A still lake below snow-lined peaks
Plan my trip

Tell us where you want to go

A few details are enough. A specialist will come back with a plan, not a brochure.

e.preventDefault()}> {sent ? A Veloria specialist will reply from veloriaescape@gmail.com within a few hours. : null}
Where and when