);
}
function DestinationDetailScreen({ destination, onOpen, onPlanTrip }) {
const D = window.VE_DATA;
const d = destination || D.destinations[0];
const [tab, setTab] = React.useState('overview');
const photos = [d.photo, 'coast', 'market', 'food', 'viewpoint'];
const things = [
{ title: 'Sunrise at the viewpoint', body: 'Leave before six, have the cliff to yourselves for an hour.', photo: 'viewpoint' },
{ title: 'A morning market walk', body: 'Breakfast where the sellers eat, with a guide who knows them.', photo: 'market' },
{ title: 'One long, slow dinner', body: 'A table booked for the whole evening, no second sitting.', photo: 'food' }
];
return (
{d.name}
Why go
{d.name} rewards a slower plan. We build days that start early, leave the afternoons open, and put you somewhere with a view for the evening. Our specialists have driven these routes, stayed in these rooms and eaten in these kitchens.