forked from emre/www_projectmycelium_com
feat: update homepage content and section ordering
- Revised hosting section description to emphasize decentralized grid and user control - Swapped order of StackSectionLight and HomeHostingDark sections - Enhanced Kubernetes feature description with additional context
This commit is contained in:
@@ -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 it’s 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">
|
||||
|
||||
Reference in New Issue
Block a user