www_ourverse_new/src/components/events/Abw2022_1.jsx
2024-10-10 15:56:48 +02:00

77 lines
4.9 KiB
JavaScript

import { CheckCircleIcon, InformationCircleIcon } from '@heroicons/react/20/solid'
export default function Abw2022_1() {
return (
<div className="bg-white px-6 py-32 lg:px-8">
<div className="mx-auto max-w-3xl text-base leading-7 text-purple-700">
<p className="text-base font-semibold leading-7 text-purple-600">Events</p>
<h1 className="mt-2 text-3xl font-bold h3-title-new tracking-tight text-gray-900 sm:text-4xl">Building a Metaverse with Revenue: Insights from Arab Meta Summit 2022 Day 2</h1>
<p className="mt-6 text-xl leading-8">
At the Arab Meta Summit 2022, Christopher K, co-founder of OurVerse and CEO of Aviva Technologies,
shared valuable insights on how to build a successful and revenue-generating metaverse.
</p>
<div className="mt-10 max-w-2xl">
<p>
Christopher began by explaining the challenge of defining the metaverse, comparing it to the early days of the internet
when explaining its potential was abstract. Today, the metaverse is often described as a network of 3D virtual worlds,
providing an immersive experience, or a "3D model of the internet.
</p>
<p className="mt-8">
Christopher emphasized that the metaverse introduces a new axis, fundamentally changing how we interact and experience
the digital world. Unlike the internet, where users interact through flat screens, the metaverse allows for immersive 3D interactions,
creating new possibilities for design, UI, and shared experiences. Users can enter virtual worlds through avatars in VR,
augmented, or mixed reality, engaging with one another in ways not possible on traditional platforms like websites.
</p>
<h2 className="mt-16 text-2xl font-bold tracking-tight text-gray-900">Revenue Opportunities in the Metaverse</h2>
<p className="mt-6">
Generating revenue in the metaverse offers exciting new opportunities. One common avenue is through NFTs and 3D assets.
Similar to platforms like Shutterstock or Fotolia for images, metaverse platforms provide libraries of 3D assets.
These assets can be monetized by creators, either for free or as premium content.
</p>
<p className="mt-6">
Christopher highlighted another important trend: companies and freelancers acting as "metaverse prescriptors" who design
custom virtual spaces for clients. This partnership model fosters collaboration between brands, users, and metaverse platforms
to deliver tailored experiences.
</p>
<p className="mt-6">Aviva Technologies also offers a shared revenue model through its Aviva Ambassadors program,
which allows companies to onboard metaverse projects from different countries, leveraging a collective approach to development.
</p>
<h2 className="mt-16 text-2xl font-bold tracking-tight text-gray-900">Challenges and Future of the Metaverse</h2>
<p className="mt-6">
Despite the immense potential, there are challenges in metaverse adoption. The technology is still in its infancy,
and user experiences vary across platforms. Additionally, issues around security, ownership, and tokenomics remain critical.
Christopher suggested that while blockchain and NFTs offer promising solutions for asset ownership, careful due diligence
is necessary to avoid risks associated with scams or hacks.
</p>
<p className="mt-6">
As the metaverse continues to evolve, inclusivity is key. Ensuring that it is accessible to a broad audience
means offering not just high-end VR experiences but also accessible desktop and mobile options. The goal is to reward creators
for their contributions, foster innovation, and ensure that everyone—from gamers to brands—can participate and monetize
their presence in this new digital frontier.
</p>
<p className="mt-6 italic text-gray-600">
For more details, check out the full presentation on YouTube below.
</p>
</div>
<figure className="mt-16">
<div className="aspect-video rounded-xl bg-gray-50">
<iframe
width="100%"
height="500"
src="https://www.youtube.com/embed/-dT3zRcw3Ko?si=7xDurmdm2B0FmA75"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
</div>
<figcaption className="mt-4 flex gap-x-2 text-sm leading-6 text-gray-500">
<InformationCircleIcon aria-hidden="true" className="mt-0.5 h-5 w-5 flex-none text-gray-300" />
Arab Blockchain Week 2022.
</figcaption>
</figure>
</div>
</div>
)
}