import { useId } from 'react'; import Image from 'next/image'; import { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/react'; import clsx from 'clsx'; import { Container } from '@/components/Container'; import veda1 from '@/images/dahabiyas/veda1.jpg'; import veda2 from '@/images/dahabiyas/veda2.jpg'; import veda3 from '@/images/dahabiyas/veda3.jpg'; import veda4 from '@/images/dahabiyas/veda4.jpg'; const people = [ { name: 'VEDA I', role: 'The ideal retreat for luxury and privacy, perfect for intimate gatherings.', image: veda1, bio: [ '6 rooms & 4 suites with balconies.', 'Hosts up to 20 people.', 'Private bathroom ensuites.' ], xUrl: '#', linkedinUrl: '#', }, { name: 'VEDA II', role: 'The perfect spacious space for larger groups seeking comfort', image: veda2, bio: [ '8 rooms & 2 suites with balconies.', 'Hosts up to 20 people.', 'Private bathroom ensuites.' ], xUrl: '#', linkedinUrl: '#', }, { name: 'VEDA III', role: 'Senior Developer', image: veda3, bio: [ '5 rooms with balconies.', 'Hosts up to 10 people.', 'Private bathroom ensuites.' ], xUrl: '#', linkedinUrl: '#', }, { name: 'VEDA IV', role: 'Senior Developer', image: veda4, bio: [ '10 rooms & 4 suites with balconies.', 'Hosts up to 28 people.', 'Private bathroom ensuites.' ], xUrl: '#', linkedinUrl: '#', }, // More people... ]; export default function Boats() { return (
We’re a dynamic group of individuals who are passionate about what we do and dedicated to delivering the best results for our clients.