import { ArrowPathIcon, CloudArrowUpIcon, Cog6ToothIcon, FingerPrintIcon, LockClosedIcon, ServerIcon, CubeIcon, DocumentMagnifyingGlassIcon, CpuChipIcon, ShieldCheckIcon, FilmIcon, GlobeAltIcon, RocketLaunchIcon, } from '@heroicons/react/20/solid' const products = [ { id: 1, name: 'Verse LaunchPad', href: '#', imageSrc: '/images/healthcare.jpg', imageAlt: 'A dynamic space where innovative startups take the stage, pitching their groundbreaking ideas to potential investors.', }, { id: 2, name: 'Verse Lounge', href: '#', imageSrc: '/images/healthcare.jpg', imageAlt: 'A sleek digital media space designed for press, influencers, and content creators.', }, { id: 3, name: 'VerseBeats Club', href: '#', imageSrc: '/images/healthcare.jpg', imageAlt: 'Holographic technology meets the pulse of AI-driven beats.', }, { id: 4, name: 'Mindscape Academy', href: '#', imageSrc: '/images/healthcare.jpg', imageAlt: 'your gateway to the future of learning, offering a series of free educational experiences and immersive workshops focused on AI, Web3, and essential future skills.', }, { id: 5, name: 'AI Colloseum', href: '#', imageSrc: '/images/healthcare.jpg', imageAlt: 'A grand conference room where thought leaders, innovators, and enthusiasts gather to explore the vast possibilities of artificial intelligence.', }, { id: 6, name: 'Freelance Oasis', href: '#', imageSrc: '/images/healthcare.jpg', imageAlt: 'A a dedicated space for freelancers to connect, collaborate, and grow.', }, // More products... ] export default function Experiences() { return (

Rooms

Verse Spaces

VerseFest 2024 is packed with dynamic experiences that cater to every interest and level of expertise in 6 different virtual spaces within OurWorld Verse.

{products.map((product) => (
{product.imageAlt}
))}
) }