import { CloudArrowUpIcon, LockClosedIcon, ServerIcon, SparklesIcon } from '@heroicons/react/20/solid' const features = [ { name: 'Your journey, your way.', description: "Create a travel experience that suits you perfectly, from the length of your stay to a tailored itinerary. Our expert guidance ensures every detail, from daily activities to dining options, aligns with your vision for a bespoke adventure.", icon: SparklesIcon, }, { name: 'Magical Expeditions', description: "Let Veda take you on a journey of a lifetime. Our expert guidance ensures every detail, from daily activities to dining options, aligns with your vision for a bespoke adventure.", icon: SparklesIcon, }, { name: 'Experience the extraordinary.', description: "Engage in exclusive activities like private barbecues on pristine islands or moments in ancient temples. Our VEDA crew will guide you to the Nile’s most stunning locations, tailored to your interests for an unforgettable experience.", icon: SparklesIcon, }, ] export default function NewFeatures() { return (

Experiences

At VEDA, we embrace a transformative journey by aligning with your personal preferences and holistic experiences. Our mission is to offer profound and memorable moments that inspire and uplift, guiding you on a journey within.

New Features
{features.map((feature) => (
{' '}
{feature.description}
))}
) }