udpates
This commit is contained in:
@@ -8,7 +8,7 @@ import Layout from '~/layouts/PageLayout.astro';
|
||||
import Steps from '~/components/widgets/Steps.astro';
|
||||
import Content from '~/components/widgets/Content.astro';
|
||||
import CallToAction from '~/components/widgets/CallToAction.astro';
|
||||
|
||||
import AutonomousCloud from './autonomouscloud_engine.astro'
|
||||
const metadata = {
|
||||
title: 'Technology',
|
||||
};
|
||||
@@ -17,12 +17,14 @@ const metadata = {
|
||||
<Layout metadata={metadata}>
|
||||
<!-- Hero Widget ******************* -->
|
||||
|
||||
<Hero
|
||||
<Hero
|
||||
tagline="Technology"
|
||||
>
|
||||
<Fragment slot="title">
|
||||
Our technology enables <br>a planetary-scale grid of interconnected nodes
|
||||
<span class="text-accent dark:text-white highlight"> </span>
|
||||
our technology enables a<br>
|
||||
a <span class="text-accent dark:text-white highlight"> planetary-scale </span> grid
|
||||
<br> of interconnected nodes
|
||||
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
@@ -32,6 +34,8 @@ const metadata = {
|
||||
|
||||
<!-- Content Widget **************** -->
|
||||
|
||||
<AutonomousCloud/>
|
||||
|
||||
<Content
|
||||
isReversed
|
||||
id="zeroos"
|
||||
@@ -107,6 +111,7 @@ const metadata = {
|
||||
</Fragment>
|
||||
</Content>
|
||||
|
||||
|
||||
<Content
|
||||
isReversed
|
||||
id="qsfs"
|
||||
@@ -131,6 +136,9 @@ const metadata = {
|
||||
loading: 'eager',
|
||||
}}
|
||||
>
|
||||
|
||||
<AutonomousCloud/>
|
||||
|
||||
<Fragment slot="content">
|
||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Quantum-Safe File System</h2>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user