diff --git a/src/pages/home/HomeBenefits.tsx b/src/pages/home/HomeBenefits.tsx index d5a5714..8278804 100644 --- a/src/pages/home/HomeBenefits.tsx +++ b/src/pages/home/HomeBenefits.tsx @@ -7,28 +7,29 @@ import { H2, P, CP, Eyebrow } from '@/components/Texts' export function HomeBenefits() { const features = [ + { + title: "Unbreakable by Design", + description: + "No central cloud to censor or fail. The network heals itself.", + image: "/images/benefits/energy.webp", + }, { title: "Sovereign by Default", description: - "Own your infrastructure and your data. Mycelium Cloud eliminates dependency on centralized providers, giving you full digital sovereignty.", + "Identity, compute, and data belong to you – cryptographically.", image: "/images/benefits/sovereign.webp", }, { title: "Hackable & Open", description: - "Open source and hackable by design. Learn, build, and experiment without permission.", + "Learn, build, and experiment without permission.", image: "/images/benefits/autonomous.webp", }, - { - title: "Unbreakable by Design", - description: - "Distributed nodes make it resilient to attacks and failures. The network heals itself.", - image: "/images/benefits/energy.webp", - }, + { title: "Cost & Energy Efficient", description: - "Distributed hardware eliminates hyperscale overhead. Pure compute power at a fraction of traditional cloud costs.", + "Distributed hardware eliminates hyperscale overhead.", image: "/images/benefits/cost.webp", }, ]; @@ -39,7 +40,7 @@ export function HomeBenefits() { Benefits