ed
@@ -15,9 +15,9 @@ export default function versefest() {
|
||||
<Event1 />
|
||||
<Sponsors />
|
||||
<Venue />
|
||||
<Experiences />
|
||||
<Speakers />
|
||||
<Schedule />
|
||||
<Experiences />
|
||||
<FAQ />
|
||||
<Newsletter />
|
||||
</>
|
||||
|
@@ -40,7 +40,7 @@ export function Event1() {
|
||||
href="#"
|
||||
className="rounded-xl bg-blue-700 px-6 py-3.5 lg:max-w-4xl max-w-2xl text-base tracking-tight font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500"
|
||||
>
|
||||
Get Your Ticket <TicketIcon className="h-5 w-5 mx-0.3 inline-block -mt-0.5" />
|
||||
Get Your FREE Ticket <TicketIcon className="h-5 w-5 mx-0.3 inline-block -mt-0.5" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -17,68 +17,52 @@ import {
|
||||
const products = [
|
||||
{
|
||||
id: 1,
|
||||
name: 'Verse Talks',
|
||||
name: 'Verse LaunchPad',
|
||||
href: '#',
|
||||
imageSrc: '/images/healthcare.jpg',
|
||||
imageAlt:
|
||||
'Inspiring talks from thought leaders who are shaping the future of the metaverse and beyond. Expect bold ideas and forward-thinking insights.',
|
||||
'A dynamic space where innovative startups take the stage, pitching their groundbreaking ideas to potential investors.',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: 'Verse Demos',
|
||||
name: 'Verse Lounge',
|
||||
href: '#',
|
||||
imageSrc: '/images/healthcare.jpg',
|
||||
imageAlt:
|
||||
'Inspiring talks from thought leaders who are shaping the future of the metaverse and beyond. Expect bold ideas and forward-thinking insights.',
|
||||
'A sleek digital media space designed for press, influencers, and content creators.',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: 'Verse Labs',
|
||||
name: 'VerseBeats Club',
|
||||
href: '#',
|
||||
imageSrc: '/images/healthcare.jpg',
|
||||
imageAlt:
|
||||
'Inspiring talks from thought leaders who are shaping the future of the metaverse and beyond. Expect bold ideas and forward-thinking insights.',
|
||||
'Holographic technology meets the pulse of AI-driven beats.',
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: 'Verse Jams',
|
||||
name: 'Mindscape Academy',
|
||||
href: '#',
|
||||
imageSrc: '/images/healthcare.jpg',
|
||||
imageAlt:
|
||||
'Inspiring talks from thought leaders who are shaping the future of the metaverse and beyond. Expect bold ideas and forward-thinking insights.',
|
||||
'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: 'Fireside Chats',
|
||||
name: 'AI Colloseum',
|
||||
href: '#',
|
||||
imageSrc: '/images/healthcare.jpg',
|
||||
imageAlt:
|
||||
'Inspiring talks from thought leaders who are shaping the future of the metaverse and beyond. Expect bold ideas and forward-thinking insights.',
|
||||
'A grand conference room where thought leaders, innovators, and enthusiasts gather to explore the vast possibilities of artificial intelligence.',
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: 'Verse Playground',
|
||||
name: 'Freelance Oasis',
|
||||
href: '#',
|
||||
imageSrc: '/images/healthcare.jpg',
|
||||
imageAlt:
|
||||
'Inspiring talks from thought leaders who are shaping the future of the metaverse and beyond. Expect bold ideas and forward-thinking insights.',
|
||||
'A a dedicated space for freelancers to connect, collaborate, and grow.',
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
name: 'Verse Pitches',
|
||||
href: '#',
|
||||
imageSrc: '/images/healthcare.jpg',
|
||||
imageAlt:
|
||||
'Inspiring talks from thought leaders who are shaping the future of the metaverse and beyond. Expect bold ideas and forward-thinking insights.',
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
name: 'Verse Mixers',
|
||||
href: '#',
|
||||
imageSrc: '/images/healthcare.jpg',
|
||||
imageAlt:
|
||||
'Inspiring talks from thought leaders who are shaping the future of the metaverse and beyond. Expect bold ideas and forward-thinking insights.',
|
||||
}
|
||||
|
||||
// More products...
|
||||
]
|
||||
@@ -88,15 +72,15 @@ import {
|
||||
<div className="bg-white lg:py-20 py-24">
|
||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||
<div className="mx-auto max-w-4xl sm:text-center">
|
||||
<p className="mt-2 font-display text-4xl font-medium tracking-tighter text-blue-700 sm:text-5xl">Verse Experiences</p>
|
||||
<p className="mt-2 font-display text-4xl font-medium tracking-tighter text-blue-700 sm:text-5xl">Verse Spaces</p>
|
||||
<p className="mt-4 font-normal text-2xl tracking-tight text-blue-900">
|
||||
VerseFest 2024 is packed with dynamic experiences that cater to every interest
|
||||
and level of expertise. Here’s what you can look forward to:
|
||||
and level of expertise in 6 different virtual spaces within OurWorld Verse.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="mx-auto lg:mt-12 max-w-7xl px-6 mt-8 mb-12 lg:px-8">
|
||||
<div className="mt-2 grid grid-cols-1 gap-x-8 gap-y-8 sm:grid-cols-2 sm:gap-y-10 lg:grid-cols-4">
|
||||
<div className="mt-2 grid grid-cols-1 gap-x-8 gap-y-8 grid-cols-2 gap-y-10 lg:grid-cols-3">
|
||||
{products.map((product) => (
|
||||
<div key={product.id} className="group relative">
|
||||
<div className="aspect-h-2 aspect-w-3 overflow-hidden rounded-lg bg-gray-100">
|
||||
|
@@ -3,9 +3,34 @@ import { MinusSmallIcon, PlusSmallIcon } from '@heroicons/react/24/outline'
|
||||
|
||||
const faqs = [
|
||||
{
|
||||
question: "What's the best thing about Switzerland?",
|
||||
question: "What is VerseFest 2024?",
|
||||
answer:
|
||||
"I don't know, but the flag is a big plus. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.",
|
||||
"VerseFest 2024 is a global virtual festival hosted on the OurVerse metaverse platform. It’s designed to bring together innovators, creators, and enthusiasts from around the world for three days of immersive experiences, cutting-edge presentations, and dynamic networking opportunities. From insightful talks by industry leaders to interactive demos and futuristic entertainment, VerseFest 2024 is where the digital world meets real-world possibilities.",
|
||||
},
|
||||
{
|
||||
question: "How can I participate in VerseFest 2024?",
|
||||
answer:
|
||||
"Participation in VerseFest 2024 is easy and free! Simply sign up on our website, and you’ll receive access to the OurVerse platform, where all events will take place. Whether you’re attending as a viewer, a participant in workshops, or even as a startup looking to pitch in our LaunchPad Arena, there’s something for everyone. Don’t miss the chance to be part of this groundbreaking virtual event.",
|
||||
},
|
||||
{
|
||||
question: "What can I expect from the event schedule?",
|
||||
answer:
|
||||
"VerseFest 2024 offers a jam-packed schedule across three days, filled with a variety of events to suit different interests. Expect a mix of inspiring keynote presentations, hands-on workshops, startup showcases in the LaunchPad Arena, interactive demos, and futuristic entertainment in venues like the HoloBeats Club. The event is designed to be flexible, so you can join the sessions that interest you most at your own pace.",
|
||||
},
|
||||
{
|
||||
question: "What technology do I need to join VerseFest 2024?",
|
||||
answer:
|
||||
"All you need is a stable internet connection and a device such as a computer, tablet, or smartphone. OurVerse is compatible with most modern web browsers, and no additional software or hardware is required to participate in most events. However, for an optimal experience in our more immersive environments like the HoloLounge or HoloBeats Club, we recommend using a computer with a good graphics card.",
|
||||
},
|
||||
{
|
||||
question: "Can I network with other attendees during VerseFest 2024?",
|
||||
answer:
|
||||
"Absolutely! VerseFest 2024 is designed to be an interactive experience, allowing you to connect with other attendees through various networking features. Join virtual meetups, participate in live Q&A sessions, or visit the Freelance Oasis to connect with like-minded professionals. There are also plenty of social spaces like the HoloLounge and the AI Colosseum where you can meet others and discuss the latest trends and ideas.",
|
||||
},
|
||||
{
|
||||
question: "Will the sessions be recorded and available after the event?",
|
||||
answer:
|
||||
"Yes, most sessions will be recorded and made available to registered participants after the event. This way, if you miss a session or want to revisit a particular talk or workshop, you can do so at your convenience. Keep an eye on your email and the OurVerse platform for updates on when and where you can access the recordings.",
|
||||
},
|
||||
// More questions...
|
||||
]
|
||||
@@ -13,7 +38,7 @@ const faqs = [
|
||||
export default function FAQ() {
|
||||
return (
|
||||
<div className="bg-white">
|
||||
<div className="mx-auto max-w-7xl px-6 lg:px-8 lg:py-4 pb-20 mb-20">
|
||||
<div className="mx-auto max-w-7xl px-6 lg:px-8 lg:py-4 pt-12 pb-20 mb-20">
|
||||
<div className="mx-auto max-w-4xl divide-y divide-blue-900/10">
|
||||
<h2 className="lg:text-4xl text-3xl font-medium leading-10 tracking-tight text-blue-700">Frequently Asked Questions</h2>
|
||||
<dl className="mt-10 space-y-6 divide-y divide-blue-900/10">
|
||||
|
@@ -47,7 +47,7 @@ export function Product() {
|
||||
<section id="schedule" aria-label="Schedule" className="py-8 lg:py-24 mb-12">
|
||||
<Container className="relative z-10">
|
||||
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-4xl lg:pr-24">
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-blue-600">Usecases</h2>
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-blue-700">Usecases</h2>
|
||||
<h2 className="mt-2 font-display text-4xl font-medium tracking-tighter text-blue-600 sm:text-5xl">
|
||||
Transforming Possibilities Across Industries Digitally
|
||||
</h2>
|
||||
|
@@ -293,7 +293,7 @@ function ScheduleStatic() {
|
||||
|
||||
export function Schedule() {
|
||||
return (
|
||||
<section id="schedule" aria-label="Schedule" className="py-12 lg:py-20">
|
||||
<section id="schedule" aria-label="Schedule" className="py-12 mb-24">
|
||||
<Container className="relative z-10">
|
||||
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-4xl lg:pr-24">
|
||||
<h2 className="font-display text-4xl font-medium tracking-tighter text-blue-600 sm:text-5xl">
|
||||
|
@@ -25,6 +25,13 @@ import rinaldoBeynonImage from '@/images/avatars/rinaldo-beynon.jpg'
|
||||
import ronniCantadoreImage from '@/images/avatars/ronni-cantadore.jpg'
|
||||
import stevenMchailImage from '@/images/avatars/steven-mchail.jpg'
|
||||
import waylonHydenImage from '@/images/avatars/waylon-hyden.jpg'
|
||||
import kristofdespiegeleerImage from '@/images/avatars/kristof_de_spiegeleer.jpeg'
|
||||
import adnanfatayerjiImage from '@/images/avatars/adnan_fatayerji.jpg'
|
||||
import florianfournierImage from '@/images/avatars/florian_fournier.jpeg'
|
||||
import matthewschutteImage from '@/images/avatars/matthew_schutte.jpeg'
|
||||
import omreiabumadiImage from '@/images/avatars/omrei_abumadi.jpeg'
|
||||
import victormuhagachiImage from '@/images/avatars/victor_muhagachi.jpeg'
|
||||
import sashaastiadiImage from '@/images/avatars/sasha_astiadi.jpeg'
|
||||
|
||||
const days = [
|
||||
{
|
||||
@@ -33,34 +40,39 @@ const days = [
|
||||
dateTime: '2022-04-04',
|
||||
speakers: [
|
||||
{
|
||||
name: 'Steven McHail',
|
||||
role: 'Designer at Globex Corporation',
|
||||
image: stevenMchailImage,
|
||||
name: 'Kristof de Spielegeer',
|
||||
role: 'CEO at ThreeFold',
|
||||
image: kristofdespiegeleerImage,
|
||||
},
|
||||
{
|
||||
name: 'Jaquelin Isch',
|
||||
role: 'UX Design at InGen',
|
||||
image: jaquelinIschImage,
|
||||
name: 'Adnan Fatayerji',
|
||||
role: 'CEO at Habari',
|
||||
image: adnanfatayerjiImage,
|
||||
},
|
||||
{
|
||||
name: 'Dianne Guilianelli',
|
||||
role: 'General Manager at Initech',
|
||||
image: dianneGuilianelliImage,
|
||||
name: 'Matthew Schutte',
|
||||
role: 'CEO at Holochain',
|
||||
image: matthewschutteImage,
|
||||
},
|
||||
{
|
||||
name: 'Ronni Cantadore',
|
||||
role: 'Design Engineer at Weyland-Yutani',
|
||||
image: ronniCantadoreImage,
|
||||
name: 'Florian Fournier',
|
||||
role: 'Co-founder at OurWorld',
|
||||
image: florianfournierImage,
|
||||
},
|
||||
{
|
||||
name: 'Erhart Cockrin',
|
||||
role: 'Product Lead at Cyberdyne Systems',
|
||||
image: erhartCockrinImage,
|
||||
name: 'Omrei Abumadi',
|
||||
role: 'Founder at Vindo',
|
||||
image: omreiabumadiImage,
|
||||
},
|
||||
{
|
||||
name: 'Parker Johnson',
|
||||
role: 'UI Designer at MomCorp',
|
||||
image: parkerJohnsonImage,
|
||||
name: 'Sasha Astiadi',
|
||||
role: 'Event Host, PO at OurVerse',
|
||||
image: sashaastiadiImage
|
||||
},
|
||||
{
|
||||
name: 'Victor Muhagachi',
|
||||
role: 'Co-founder at Dunia Yetu',
|
||||
image: victormuhagachiImage,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
BIN
src/images/avatars/adnan_fatayerji.jpg
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
src/images/avatars/florian_fournier.jpeg
Normal file
After Width: | Height: | Size: 107 KiB |
BIN
src/images/avatars/kristof_de_spiegeleer.jpeg
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
src/images/avatars/matthew_schutte.jpeg
Normal file
After Width: | Height: | Size: 146 KiB |
BIN
src/images/avatars/omrei_abumadi.jpeg
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
src/images/avatars/sasha_astiadi.jpeg
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
src/images/avatars/victor_muhagachi.jpeg
Normal file
After Width: | Height: | Size: 92 KiB |