add cyberciry

This commit is contained in:
sasha-astiadi 2025-07-17 16:04:47 +02:00
parent bfa5afad87
commit 96b9f99973

View File

@ -1,5 +1,5 @@
import { IdentificationIcon, BuildingStorefrontIcon, BanknotesIcon, UserPlusIcon, GlobeAltIcon, BriefcaseIcon } from '@heroicons/react/20/solid' import { GlobeAltIcon, ServerStackIcon, RocketLaunchIcon, CpuChipIcon } from '@heroicons/react/20/solid'
export function VenturesCybercity() { export function VenturesCybercity() {
@ -16,10 +16,10 @@ export function VenturesCybercity() {
<div className="lg:pr-8"> <div className="lg:pr-8">
<h2 className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">About</h2> <h2 className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">About</h2>
<p className="mt-6 text-lg/7 text-gray-600"> <p className="mt-6 text-lg/7 text-gray-600">
Digital Freezone is a collaborative project with the Government of Zanzibar through ZICTIA. 100% digital and automated, offering seamless legal, financial, and operational support for businesses. The FreeZone provides regulatory incentives and benefits to businesses through a fully online platform. This project is a pioneering collaboration between the Revolutionary Government of Zanzibar and forward-thinking partners.
</p> </p>
<p className="mt-8 text-lg/7 text-gray-600"> <p className="mt-8 text-lg/7 text-gray-600">
Planned to officially launch this Q3 2025, OurWorld Digital Freezone will introduce a new paradigm of sovereign digital jurisdiction. Unlike traditional regulatory zones, this Freezone is governed directly by OurWorld enabling an unprecedented level of integration between digital identity, business formation, compliance, and tokenized trade. This sovereign model represents a billion-dollar opportunity and a foundational layer in OurWorlds broader vision for next-generation, decentralized global infrastructure. Together, were creating a new kind of city, one designed for regeneration, creativity, and connection. A place where people dont just live and work, but belong, contribute, and grow. Where innovation is grounded in local context, guided by shared values, and built to serve both people and planet.
</p> </p>
</div> </div>
<div className="lg:row-span-2 lg:-mr-24 xl:mr-auto"> <div className="lg:row-span-2 lg:-mr-24 xl:mr-auto">
@ -87,50 +87,32 @@ export function VenturesCybercity() {
<p className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">Key Features</p> <p className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">Key Features</p>
<hr className="mt-6 border-t border-gray-200" /> <hr className="mt-6 border-t border-gray-200" />
<ul role="list" className="mt-8 space-y-8 text-gray-600"> <ul role="list" className="mt-8 space-y-8 text-gray-600">
<li className="flex gap-x-3">
<IdentificationIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
<span>
<strong className="font-semibold text-lg text-gray-900">Digital Resident Management. </strong>
Provides residents and companies with legal, governance, and accounting tools.
</span>
</li>
<li className="flex gap-x-3">
<BuildingStorefrontIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
<span>
<strong className="font-semibold text-lg text-gray-900">Marketplace. </strong>
Enables residents and companies to list, manage, and trade real-world digital assets.
</span>
</li>
<li className="flex gap-x-3">
<BanknotesIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
<span>
<strong className="font-semibold text-lg text-gray-900">Integrated DeFi Platform. </strong>
Supports digital financial operations and asset transactions.
</span>
</li>
<li className="flex gap-x-3">
<UserPlusIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
<span>
<strong className="font-semibold text-lg text-gray-900">Digital Resident Registration Portal. </strong>
A video demonstration of the portal where new users can register as Digital Residents.
</span>
</li>
<li className="flex gap-x-3"> <li className="flex gap-x-3">
<GlobeAltIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" /> <GlobeAltIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
<span> <span>
<strong className="font-semibold text-lg text-gray-900">Resident Platform Overview. </strong> <strong className="font-semibold text-lg text-gray-900">Digital Free Zone. </strong>
A guided tour of the Resident Platform, showing how residents: Streamlined, decentralized business hub with global connectivity. Anyone can become an e-resident, bringing the world to Zanzibar online.
<ul className="list-disc ml-6 mt-2 space-y-1 text-sm text-gray-700">
<li>Access all governance, legal, and accounting tools in a single dashboard.</li>
<li>Register companies under various legal structures.</li>
</ul>
</span> </span>
</li> </li>
<li className="flex gap-x-3"> <li className="flex gap-x-3">
<BriefcaseIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" /> <ServerStackIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
<span> <span>
<strong className="font-semibold text-lg text-gray-900">Company Management Tools. </strong> <strong className="font-semibold text-lg text-gray-900">Datacenter City. </strong>
A prototype of the Digital Freezone Marketplace, showing how residents can list, manage, and trade assets within a secure and regulated environment. Proudly hosts the nations most advanced and resilient datacenter, a distributed infrastructure that secures our digital future and reflects national sovereignty.
</span>
</li>
<li className="flex gap-x-3">
<RocketLaunchIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
<span>
<strong className="font-semibold text-lg text-gray-900">Venture Creator. </strong>
Empowers local startups with strategic guidance, funding support, data infrastructure, global networking, talent acquisition, and operational resources.
</span>
</li>
<li className="flex gap-x-3">
<CpuChipIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
<span>
<strong className="font-semibold text-lg text-gray-900">Artificial Intelligence. </strong>
Co-owned AI hosted locally on Zanzibars national internet integrates into city services and generates income for city operations.
</span> </span>
</li> </li>
</ul> </ul>