1 Commits

Author SHA1 Message Date
3ac2f8ede7 refactor: remove comparison table section from home page 2025-11-07 12:13:12 +01:00
3 changed files with 10 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ import { DarkCard } from '../../components/ui/cards'
const features = [ const features = [
{ {
name: 'Kubernetes Clusters', name: 'Kubernetes Clusters',
description: 'Deploy and scale containerized apps across your own hardware. enabling a world of possibilities..', description: 'Deploy and scale containerized apps across your own hardware.',
icon: CubeIcon, icon: CubeIcon,
}, },
{ {
@@ -37,7 +37,9 @@ export function HomeHostingDark() {
<Eyebrow>DEPLOY</Eyebrow> <Eyebrow>DEPLOY</Eyebrow>
<H3 className="mt-2 text-gray-200">Run Real Infrastructure on Your Own Hardware</H3> <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"> <P className="mx-auto mt-5 max-w-prose text-gray-400">
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. 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.
</P> </P>
<div className="mt-16"> <div className="mt-16">
<div className="grid grid-cols-1 gap-12 lg:grid-cols-4"> <div className="grid grid-cols-1 gap-12 lg:grid-cols-4">

View File

@@ -26,15 +26,13 @@ export default function HomePage() {
<WorldMap /> <WorldMap />
</AnimatedSection> </AnimatedSection>
<AnimatedSection>
<HomeHostingDark />
</AnimatedSection>
<AnimatedSection> <AnimatedSection>
<StackSectionLight /> <StackSectionLight />
</AnimatedSection> </AnimatedSection>
<AnimatedSection>
<HomeHostingDark />
</AnimatedSection>
<AnimatedSection> <AnimatedSection>
<HomeBenefits /> <HomeBenefits />
@@ -44,9 +42,6 @@ export default function HomePage() {
<HomeSlider /> <HomeSlider />
</AnimatedSection> </AnimatedSection>
<AnimatedSection>
<HomeComparisonTable />
</AnimatedSection>
<AnimatedSection> <AnimatedSection>
<CallToAction /> <CallToAction />

View File

@@ -63,7 +63,9 @@ export function StackSectionLight() {
<FadeIn> <FadeIn>
<P color="dark" className="mt-6 text-gray-600"> <P color="dark" className="mt-6 text-gray-600">
Mycelium unifies compute, storage, networking, and AI into a self-governing comprehensive decentralized infrastructure fabric. Project Mycelium unifies compute, storage, networking, and AI into a resilient
ecosystem that preserves data sovereignty, powers seamless collaboration,
and keeps every layer of your infrastructure secure end to end on decentralized infrastructure.
</P> </P>
</FadeIn> </FadeIn>
</div> </div>