Merge pull request 'development_update' (#16) from development_update into development
Reviewed-on: tfgrid/www_projectinca#16
This commit is contained in:
commit
5af1d92942
BIN
src/assets/images/hardware_computer.jpg
Normal file
BIN
src/assets/images/hardware_computer.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 127 KiB |
@ -5,7 +5,7 @@ import { Icon } from 'astro-icon/components';
|
||||
<section class="bg-blue-50 dark:bg-slate-800 not-prose">
|
||||
<div class="max-w-6xl mx-auto px-4 sm:px-6 py-4 text-md text-center font-medium">
|
||||
<span class="font-bold">
|
||||
<Icon name="tabler:info-square" class="w-5 h-5 inline-block align-text-bottom" /> INCA:</span
|
||||
<Icon name="tabler:info-square" class="w-5 h-5 inline-block align-text-bottom" /> Project Internet Capacity:</span
|
||||
> The Internet as intended.
|
||||
</div>
|
||||
</section>
|
||||
|
@ -1,5 +1,5 @@
|
||||
site:
|
||||
name: Project INCA
|
||||
name: Project Internet Capacity
|
||||
site: 'https://threefold.io'
|
||||
base: '/'
|
||||
trailingSlash: false
|
||||
@ -9,7 +9,7 @@ site:
|
||||
# Default SEO metadata
|
||||
metadata:
|
||||
title:
|
||||
default: Project INCA
|
||||
default: Project Internet Capacity
|
||||
template: '%s — Project INCA'
|
||||
description: "\U0001F680 The INCA Project is the decentralized autonomous cloud for everyone."
|
||||
robots:
|
||||
|
@ -3,8 +3,8 @@ import { getPermalink, getBlogPermalink, getAsset } from './utils/permalinks';
|
||||
export const headerData = {
|
||||
links: [
|
||||
{
|
||||
text: 'Features',
|
||||
href: getPermalink('/features'),
|
||||
text: 'Technology',
|
||||
href: getPermalink('/technology'),
|
||||
},
|
||||
{
|
||||
text: 'Nodes',
|
||||
@ -25,12 +25,12 @@ export const headerData = {
|
||||
export const footerData = {
|
||||
links: [
|
||||
{
|
||||
title: 'Features',
|
||||
title: 'Technology',
|
||||
links: [
|
||||
{ text: 'Zero-OS', href: '/features' },
|
||||
{ text: 'Mycelium Network', href: '/features' },
|
||||
{ text: 'Quantum Safe Filesystem', href: '/features' },
|
||||
{ text: 'TFChain', href: '/features' },
|
||||
{ text: 'Zero-OS', href: 'technology#zeroos' },
|
||||
{ text: 'Mycelium Network', href: 'technology#mycelium' },
|
||||
{ text: 'Quantum Safe File Storage', href: 'technology#qsfs' },
|
||||
{ text: 'TFChain', href: 'technology#tfchain' },
|
||||
],
|
||||
},
|
||||
{
|
||||
@ -44,7 +44,7 @@ export const footerData = {
|
||||
{
|
||||
title: 'About',
|
||||
links: [
|
||||
{ text: 'Project INCA', href: '/about' },
|
||||
{ text: 'The Project', href: '/about' },
|
||||
{ text: 'ThreeFold Grid', href: 'https://threefold.io' },
|
||||
],
|
||||
},
|
||||
@ -53,6 +53,7 @@ export const footerData = {
|
||||
links: [
|
||||
{ text: 'Let\'s Connect', href: '/contact' },
|
||||
{ text: 'Reach Support', href: 'https://threefoldfaq.crisp.help/en/' },
|
||||
{ text: 'ThreeFold Chat', href: 'https://t.me/threefold' },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
@ -24,12 +24,12 @@ const metadata = {
|
||||
}}
|
||||
>
|
||||
<Fragment slot="title">
|
||||
Project INCA is the culmulation <br>of years of work by
|
||||
Project Internet Capacity <br>is the culmulation of years <br>of work by
|
||||
<span class="text-accent dark:text-white highlight"> ThreeFold</span>
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
Project INCA is the fourth generation of the ThreeFold Grid. Our technology is rock solid and has been running in production mode for years now on the main network. The grid is composed of thousands of nodes distributed in more than 60 countries and we've been working with dozens of partners building a new peer-to-peer Internet for everyone.
|
||||
Project Internet Capacity is the fourth generation of the ThreeFold Grid. Our technology is rock solid and has been running in production mode for years now on the main network. The grid is composed of thousands of nodes distributed in more than 60 countries and we've been working with dozens of partners building a new peer-to-peer Internet for everyone.
|
||||
</Fragment>
|
||||
</Hero>
|
||||
|
||||
@ -228,30 +228,4 @@ const metadata = {
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- Features2 Widget ************** -->
|
||||
|
||||
<Features2
|
||||
title="Our Offices"
|
||||
tagline="Worldwide"
|
||||
columns={2}
|
||||
items={[
|
||||
{
|
||||
title: 'Belgium',
|
||||
description: 'Antwerpsesteenweg 19, 9080 Lochristi, België',
|
||||
},
|
||||
{
|
||||
title: 'Egypt',
|
||||
description: '9 Al Wardi street, Hegaz, Heliopolis, Cairo 11341',
|
||||
},
|
||||
{
|
||||
title: 'United Arab Emirates',
|
||||
description: 'Warehouse 88:89, Al Jadaf, P.O. Box 283182, Dubai',
|
||||
},
|
||||
{
|
||||
title: 'India & Mauritius',
|
||||
description: 'Remote Offices',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
</Layout>
|
||||
|
@ -30,12 +30,18 @@ const metadata = {
|
||||
text: 'Reach Support',
|
||||
href: 'https://threefoldfaq.crisp.help/en/',
|
||||
},
|
||||
{
|
||||
variant: 'primary',
|
||||
target: '_blank',
|
||||
text: 'ThreeFold Chat',
|
||||
href: 'https://t.me/threefold',
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Fragment slot="title">It's our pleasure to assist you.</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
Write us an email or contact our support team for more information. <br> It's our pleasure to assist you!
|
||||
Write us an email or contact the support team for more information. <br>You can also join the ThreeFold chat to discuss with our amazing community! <br> It's our pleasure to assist you!
|
||||
</Fragment>
|
||||
</CallToAction>
|
||||
|
||||
|
@ -33,20 +33,25 @@ const metadata = {
|
||||
target: '_blank',
|
||||
icon: 'tabler:brand-minecraft',
|
||||
},
|
||||
{ text: 'Learn more', href: '#features' },
|
||||
{ text: 'Learn more', href: '#about' },
|
||||
]}
|
||||
tagline="Welcome to"
|
||||
image={{ src: '~/assets/images/inca_background.png', alt: 'INCA Image Here' }}
|
||||
>
|
||||
<Fragment slot="title">
|
||||
The largest <span class="text-accent dark:text-white highlight"> DePIN</span> Cloud <br>is Coming to Solana
|
||||
<Fragment slot="title">
|
||||
Project <span class="text-accent dark:text-white highlight"> Internet</span> Capacity<br> The Decentralized Autonomous Cloud
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
<span class="hidden sm:inline">
|
||||
ThreeFold's<span class="font-semibold"> Project INCA</span> is a Decentralized Autonomous Cloud<br> enabling a new era of the Internet for everyone.<br></span
|
||||
>
|
||||
<span class="block mb-1 sm:hidden font-bold text-blue-600">INCA, DePIN Cloud</span>
|
||||
<i>Earn <span class="font-semibold">INCA</span> rewards by providing <span class="font-semibold">IN</span>ternet <span class="font-semibold">CA</span>pacity to the world!</i>
|
||||
We are a community-driven and open-source project<br> that built a self-healing and autonomous cloud engine<br> allowing <span class="font-semibold">anyone</span> to become a <span class="font-semibold">cloud service provider</span>!<br>
|
||||
</span>
|
||||
<span class="block mb-1 sm:hidden font-bold text-blue-600">
|
||||
INCA, DePIN Cloud
|
||||
</span>
|
||||
<i><br>Compute is the currency of the future...<br>
|
||||
Earn rewards by providing <span class="font-semibold">Internet Capacity</span> to the world!</i>
|
||||
|
||||
</Fragment>
|
||||
</Hero>
|
||||
|
||||
@ -55,75 +60,98 @@ const metadata = {
|
||||
<Note />
|
||||
|
||||
|
||||
|
||||
<!-- Hero2 Widget ******************* -->
|
||||
|
||||
<Hero2
|
||||
tagline="Built by Pioneers"
|
||||
<Content
|
||||
id="about"
|
||||
image={{
|
||||
src: '~/assets/images/pioneers2.jpg',
|
||||
alt: 'AstroWind Hero Image',
|
||||
alt: '',
|
||||
loading: 'eager',
|
||||
}}
|
||||
>
|
||||
<Fragment slot="title">
|
||||
Founded by Internet 1.0<span class="text-accent dark:text-white highlight"
|
||||
> pioneers </span
|
||||
> with $500M+ in cloud exits
|
||||
<Fragment slot="content">
|
||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Founded by Internet 1.0 Pioneers</h2>
|
||||
Over the years, a handful of companies became major cloud providers and this led to a highly centralized playfield. Today, the cloud market is worth trillion of dollars and is very centralized.
|
||||
|
||||
<br><br>We are cloud experts, and we've worked with the cloud all our lives. We've been here since the start of the cloud industry and we are pioneers of the Internet 1.0.
|
||||
|
||||
<br><br>After years of hard work, fueled by desire to build an ecosystem in line with the peer-to-peer spirit of the early Internet days, we've built at ThreeFold a complete and production-ready cloud engine.
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
<span class="hidden sm:inline">
|
||||
We skipped web 2.0 to build the <span class="font-semibold">largest 3.0 DePIN</span> AI, Compute and Storage network. <br><br> Our grid is truly decentralized, enabling a sovereign compute network and hyperscalability for your dApps.<br><br> Distributed in more than 60 countries, Project INCA is a planetary-scale cloud comprised of thousands of nodes. <br><br> We're now expanding the grid to millions of nodes. Join the cloud!
|
||||
|
||||
|
||||
</span>
|
||||
<Fragment slot="bg">
|
||||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||
</Fragment>
|
||||
</Hero2>
|
||||
</Content>
|
||||
|
||||
<Content
|
||||
isReversed
|
||||
id="about"
|
||||
image={{
|
||||
src: '~/assets/images/hardware_computer.jpg',
|
||||
alt: 'Colorful Image',
|
||||
loading: 'eager',
|
||||
}}
|
||||
>
|
||||
<Fragment slot="content">
|
||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Autonomous Cloud Engine</h2>
|
||||
<p>
|
||||
Our cloud engine is autonomous and self-healing, enabling anyone to provide Internet capacity to the world. Our technology offers quantum-safe storage & network and is accessible to everyone.
|
||||
|
||||
<br><br>We are a community-driven project and we firmly believe that, together, we can create a new Internet where users are the sole owners of their data and where everyone can thrive on the cloud.
|
||||
|
||||
<br><br>Gone are the days where you needed to be a cloud expert with high capital to get into the cloud market. You can now become a cloud service provider and participate in the decentralization of the cloud...<br> one node at a time!
|
||||
|
||||
</p>
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="bg">
|
||||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||
</Fragment>
|
||||
</Content>
|
||||
|
||||
|
||||
<!-- Features Widget *************** -->
|
||||
|
||||
<Features
|
||||
id="features"
|
||||
tagline="Features"
|
||||
id="technology"
|
||||
tagline="Technology"
|
||||
title="The Perfect Cloud Partner"
|
||||
subtitle="We believe that the project INCA is 100% compatible with the DePIN space: <br>we can work in parallel and under many if not all projects in the space!"
|
||||
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:brand-tailwind',
|
||||
'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:components',
|
||||
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:list-check',
|
||||
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:rocket',
|
||||
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:arrows-right-left',
|
||||
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:bulb',
|
||||
icon: 'tabler:mushroom',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@ -155,7 +183,7 @@ const metadata = {
|
||||
>
|
||||
<Fragment slot="content">
|
||||
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Building on a proven technology</h3>
|
||||
The ThreeFold Grid is a robust and production ready ecosystem. <br> Learn what makes this technology unique.
|
||||
The ThreeFold Grid is a robust and production-ready ecosystem. <br> Learn what makes this technology unique.
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="bg">
|
||||
@ -167,7 +195,7 @@ const metadata = {
|
||||
<!-- Steps Widget ****************** -->
|
||||
|
||||
<Steps
|
||||
title="Get an INCA <br>node up and running<br>in no time to earn rewards..."
|
||||
title="Get a node <br> up and running<br>in no time to earn rewards..."
|
||||
items={[
|
||||
{
|
||||
title: 'Step 1: <span class="font-medium">Order a node</span>',
|
||||
@ -179,17 +207,17 @@ const metadata = {
|
||||
title: 'Step 2: <span class="font-medium">Connect the node</em>',
|
||||
description:
|
||||
"Setting an INCA node is a no brainer: plug the node to an eletric outlet and connect it to the Internet via a cable. That\'s it! You\'re hosting the grid!",
|
||||
icon: 'tabler:package',
|
||||
icon: 'tabler:plug-connected',
|
||||
},
|
||||
{
|
||||
title: 'Step 3: <span class="font-medium">Earn rewards</span>',
|
||||
description:
|
||||
'The node is self-healing and autonomous. It\'s cruising speed from here on out: users can deploy on your node and you receive INCA rewards.',
|
||||
icon: 'tabler:paint',
|
||||
icon: 'tabler:award',
|
||||
},
|
||||
{
|
||||
title: 'You\'re a cloud solution provider!',
|
||||
icon: 'tabler:check',
|
||||
icon: 'tabler:rosette-discount-check',
|
||||
},
|
||||
]}
|
||||
image={{ src: '~/assets/images/currency_of_future.png', alt: 'INCA Image Here' }},
|
||||
@ -199,58 +227,58 @@ const metadata = {
|
||||
|
||||
<Features2
|
||||
title="Our great partners make the grid what it is:<br>a community-driven, open-source and decentralized cloud for all."
|
||||
subtitle="We have many partners in different sectors of the industry.<br>Our ecosystem is always expanding and we're always ready for new collaborations!"
|
||||
subtitle="We are proud of our partners stemming from all sectors of the industry.<br>Our ecosystem is always expanding and we're always ready for new collaborations!<br> We would like to present some of our amazing partners."
|
||||
tagline="Partnerships weaving a complete ecosystem"
|
||||
items={[
|
||||
{
|
||||
title: 'Holochain',
|
||||
description: "Holochain is a more peer-to-peer alternative to the blockchain, giving developers a framework for creating decentralized applications (dApps). Holochain’s method avoids keeping a global consensus, using an agent system in which each agent keeps a private fork.",
|
||||
icon: 'flat-color-icons:template',
|
||||
icon: 'tabler:circle-number-1',
|
||||
},
|
||||
{
|
||||
title: 'Earth Wallet',
|
||||
description:
|
||||
"A cutting-edge digital wallet solution designed to empower users with secure and decentralized control over their digital assets. With a focus on accessibility, security, and sustainability, Earth Wallet offers a seamless and user-friendly interface for managing various cryptocurrencies.",
|
||||
icon: 'flat-color-icons:gallery',
|
||||
icon: 'tabler:circle-number-2',
|
||||
},
|
||||
{
|
||||
title: 'Digital Free Zone',
|
||||
description:
|
||||
'The OurWorld Digital FreeZone, established in Zanzibar, is a groundbreaking partnership between ThreeFold and the government of Tanzania. This initiative aims to create a free sovereign digital and economic area, fostering innovation, growth, and prosperity.',
|
||||
icon: 'flat-color-icons:approval',
|
||||
icon: 'tabler:circle-number-3',
|
||||
},
|
||||
{
|
||||
title: 'Vverse',
|
||||
description: 'Vverse is an innovative platform that aims to create a virtual universe where users can explore, interact, and create in immersive virtual environments. It leverages cutting-edge technologies such as virtual reality (VR), augmented reality (AR), and blockchain.',
|
||||
icon: 'flat-color-icons:currency-exchange',
|
||||
icon: 'tabler:circle-number-4',
|
||||
},
|
||||
{
|
||||
title: 'ThreeFold',
|
||||
description: "The backbone and first phases of the INCA project, ThreeFold’s self-healing autonomous system empowers anyone to become a cloud service provider allowing people and organizations to buy, sell and use cloud resources autonomously and securely.",
|
||||
icon: 'flat-color-icons:database',
|
||||
icon: 'tabler:circle-number-5',
|
||||
},
|
||||
{
|
||||
title: 'Sikana',
|
||||
description:
|
||||
'Sikana, a platform dedicated to providing education for all, has delivered over 400 million lessons through free educational videos. This partnership will empower communities worldwide with knowledge and skills, irrespective of their financial or geographical limitations. ',
|
||||
icon: 'flat-color-icons:business-contact',
|
||||
icon: 'tabler:circle-number-6',
|
||||
},
|
||||
{
|
||||
title: 'Helium',
|
||||
description: 'Helium is a decentralized wireless network that enables low-power, long-range connectivity for Internet of Things (IoT) devices. By leveraging blockchain technology and a network of hotspots, Helium provides a cost-effective and scalable solution for IoT device connectivity.',
|
||||
icon: 'flat-color-icons:voice-presentation',
|
||||
icon: 'tabler:circle-number-7',
|
||||
},
|
||||
{
|
||||
title: 'Tanzania Sovereign Internet',
|
||||
description:
|
||||
"ThreeFold is proud to announce its partnership with the government of Tanzania to establish a sovereign internet, an unprecedented initiative poised to revolutionize Tanzania's startup ecosystem fostering digital freedom via a collaborative peer-to-peer platform.",
|
||||
icon: 'flat-color-icons:document',
|
||||
icon: 'tabler:circle-number-8',
|
||||
},
|
||||
{
|
||||
title: 'Elestio',
|
||||
description:
|
||||
'Elestio is an innovative platform dedicated to providing cutting-edge decentralized applications (dApps) and services to users worldwide, with a focus on accessibility, security, and user empowerment. Users of the grid can thus access Elestio\'s services from anywhere in the world.',
|
||||
icon: 'flat-color-icons:advertising',
|
||||
icon: 'tabler:circle-number-9',
|
||||
},
|
||||
|
||||
]}
|
||||
@ -329,7 +357,7 @@ const metadata = {
|
||||
]}
|
||||
>
|
||||
<Fragment slot="title">
|
||||
Build and Grow the INCA DePIN Cloud
|
||||
Grow the Internet Capacity with Us!
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
|
@ -10,7 +10,7 @@ import Content from '~/components/widgets/Content.astro';
|
||||
import CallToAction from '~/components/widgets/CallToAction.astro';
|
||||
|
||||
const metadata = {
|
||||
title: 'Features',
|
||||
title: 'Technology',
|
||||
};
|
||||
---
|
||||
|
||||
@ -18,7 +18,7 @@ const metadata = {
|
||||
<!-- Hero Widget ******************* -->
|
||||
|
||||
<Hero
|
||||
tagline="Features"
|
||||
tagline="Technology"
|
||||
>
|
||||
<Fragment slot="title">
|
||||
Our technology enables <br>a planetary-scale grid of interconnected nodes
|
||||
@ -26,7 +26,7 @@ const metadata = {
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
<br><br>Over years of research and development, we've built a worldwide peer-to-peer and energy-efficient network of interconnected nodes with endless possibilities. <br><br>Mycelium Network allows for the shorter distance to be made at all time, Zero-OS allows for self-healing and autonomous cloud services, Quantum Safe File System ensures data is never lost and our blockchain TFChain makes sure transactions are fair and objective.<br> <br>Our stack is complete and we can be the foundational layer for most projects out there. <br><br> Let's build altogether. Let's together create the Unbreakable Internet.
|
||||
<br><br>Over years of research and development, we've built a worldwide peer-to-peer and energy-efficient network of interconnected nodes with endless possibilities. <br><br>Mycelium Network allows for the shorter distance to be made at all time, Zero-OS allows for self-healing and autonomous cloud services, Quantum Safe File System ensures data is never lost and our blockchain TFChain makes sure transactions are fair and objective.<br> <br>Our stack is complete and we can be the foundational layer for most projects out there. <br><br> Let's together create the <i>Unbreakable Internet</i>.
|
||||
</Fragment>
|
||||
</Hero>
|
||||
|
||||
@ -34,7 +34,7 @@ const metadata = {
|
||||
|
||||
<Content
|
||||
isReversed
|
||||
id="about"
|
||||
id="zeroos"
|
||||
columns={3}
|
||||
items={[
|
||||
{
|
||||
@ -70,7 +70,7 @@ const metadata = {
|
||||
|
||||
|
||||
<Content
|
||||
id="about"
|
||||
id="mycelium"
|
||||
columns={3}
|
||||
items={[
|
||||
{
|
||||
@ -109,7 +109,7 @@ const metadata = {
|
||||
|
||||
<Content
|
||||
isReversed
|
||||
id="about"
|
||||
id="qsfs"
|
||||
columns={3}
|
||||
items={[
|
||||
{
|
||||
@ -146,7 +146,7 @@ const metadata = {
|
||||
<!-- Content Widget **************** -->
|
||||
|
||||
<Content
|
||||
id="about"
|
||||
id="tfchain"
|
||||
columns={3}
|
||||
items={[
|
||||
{
|
||||
@ -279,7 +279,7 @@ const metadata = {
|
||||
<Fragment slot="title">Expand the Grid with Us</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
We have the technology for a planetary-scale alternative<br> to mainstream cloud and current monopolistic markets.<br><br>The Project INCA is the Unbreakable Internet.
|
||||
We have the technology for a planetary-scale alternative<br> to mainstream cloud and current monopolistic markets.<br><br>Project Internet Capacity is the Unbreakable Internet.
|
||||
</Fragment>
|
||||
</CallToAction>
|
||||
</Layout>
|
Loading…
Reference in New Issue
Block a user