development_logos #1

Open
ehab wants to merge 197 commits from ourworld_web/www_projectmycelium_com:development_logos into main
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 91d249f097 - Show all commits

View File

@@ -10,7 +10,7 @@ import { DarkCard } from '../../components/ui/cards'
const features = [
{
name: 'Kubernetes Clusters',
description: 'Deploy and scale containerized apps across your own hardware.',
description: 'Deploy and scale containerized apps across your own hardware. enabling a world of possibilities..',
icon: CubeIcon,
},
{
@@ -37,9 +37,7 @@ export function HomeHostingDark() {
<Eyebrow>DEPLOY</Eyebrow>
<H3 className="mt-2 text-gray-200">Run Real Infrastructure on Your Own Hardware</H3>
<P className="mx-auto mt-5 max-w-prose text-gray-400">
Turn your own machines into real, production-grade infrastructure. Mycelium handles the networking,
orchestration, and security layers, so you can deploy services the same way you would on public cloud without
giving your data or control to anyone.
Build and run production-grade workloads on hardware you control, whether its your own node or capacity from the decentralized grid. Mycelium handles the networking, orchestration, and security layers, so you can deploy services the same way you would on a public cloud, without giving your data or control to anyone.
</P>
<div className="mt-16">
<div className="grid grid-cols-1 gap-12 lg:grid-cols-4">

View File

@@ -27,13 +27,15 @@ export default function HomePage() {
</AnimatedSection>
<AnimatedSection>
<StackSectionLight />
<HomeHostingDark />
</AnimatedSection>
<AnimatedSection>
<HomeHostingDark />
<StackSectionLight />
</AnimatedSection>
<AnimatedSection>
<HomeBenefits />
</AnimatedSection>