put kristof updates in revised branch

This commit is contained in:
Mik-TF 2024-06-06 15:38:29 -04:00
parent e93ee5e109
commit 1b66e67a61

View File

@ -60,6 +60,53 @@ const metadata = {
<Note />
<!-- Features Widget *************** -->
<Features
id="technology"
tagline="Purpose"
title="Layer 0 for DePIN"
subtitle="Project INCA aims to be a Layer 0 for the DePIN community. DePIN projects can run on our decentralized cloud infrastructure, gaining access to a sovereign, decentralized, and reliable storage, network, and compute layer."
items={[
{
title: 'Zero-OS',
description:
'Bare Metal Stateless Operating System: Lightweight, self-healing, adaptable, efficient, and compatible with almost all hardware.',
icon: 'tabler:circle',
},
{
title: 'Web2/Web3 + AI Compatible',
description:
'Compatible with Web2, Web3 and AI: everything can run on our layer 0 infrastructure cloud. If it runs on Linux, it runs on the grid!',
icon: 'tabler:world-www',
},
{
title: 'Mycelium Network',
description:
'End-to-end encrypted shortest path overlay network system, capable of connecting billions of nodes and compatible with the existing Internet.',
icon: 'tabler:mushroom',
},
{
title: 'Quantum Safe Storage',
description:
'Quantum Safe Storage revolutionizes data security: it can store data with up to 10x less overhead and data can never be lost or corrupted. ',
icon: 'tabler:lock-square-rounded',
},
{
title: 'Open-Source and Community-Driven',
description:
"The grid is open-source and community-driven, with the community being an integral part of the ecosystem. Our code will always be publicly available.",
icon: 'tabler:source-code',
},
{
title: 'Scalable Without limit',
description:
'The grid is scalable to the planetary level: from the edge to massive datacenter scale, everyone can be part of the grid.',
icon: 'tabler:infinity',
},
]}
/>
<Content
id="about"
image={{
@ -156,52 +203,7 @@ const metadata = {
</Fragment>
</Content>
<!-- Features Widget *************** -->
<Features
id="technology"
tagline="Technology"
title="The Perfect Cloud Partner"
subtitle="Our technology allows computer hardware to act <br>as the layer 0 to many, if not all, projects out there!"
items={[
{
title: 'Zero-OS',
description:
'Our own innovative OS for decentralized efficiency and security. ZOS is lightweight, self-healing, adaptable and built on the Linux kernel.',
icon: 'tabler:circle',
},
{
title: 'Web2/Web3 + AI Compatible',
description:
'Compatible with Web2, Web3 and AI: everything can run on our stack. If it runs on Linux, it runs on the grid! Full versatility to build modern projects with ease.',
icon: 'tabler:world-www',
},
{
title: 'Scalable Without limit',
description:
'The grid is scalable to the planetary level: from the edge to massive datacenter scale. Our technology is designed for home hosters to international enterprises.',
icon: 'tabler:infinity',
},
{
title: 'Quantum Safe File Storage',
description:
'Quantum Safe File Storage revolutionizes data security. Data is stored with 10x less overhead and can never be lost. Be ready for the future with future-proof tech.',
icon: 'tabler:lock-square-rounded',
},
{
title: 'Open-Source and Community-Driven',
description:
"The grid is 100% open-source and community-driven. Our code is available publicly and the community is an integral part of the ecosystem.",
icon: 'tabler:source-code',
},
{
title: 'Mycelium Network',
description:
'The only overlay network in the world which is capable of considering locality: routing decisions are based on proximity between peers. The new P2P standard.',
icon: 'tabler:mushroom',
},
]}
/>
<!-- Features3 Widget ************** -->