forked from emre/www_projectmycelium_com
		
	feat: update homepage benefits messaging and value props
- Revised benefit titles and descriptions to better communicate core product values - Changed "Sovereign" to "Sovereign by Default" to emphasize out-of-the-box functionality - Replaced "Autonomous" with "Hackable & Open" to highlight developer-friendly nature - Updated "Energy Efficient" to "Unbreakable by Design" focusing on resilience - Combined cost and energy benefits into single value proposition for clearer messaging
This commit is contained in:
		@@ -14,10 +14,13 @@ export function CallToAction() {
 | 
			
		||||
      <Container className="relative">
 | 
			
		||||
        <div className="mx-auto max-w-xl text-center">
 | 
			
		||||
          <h2 className="text-3xl lg:text-4xl font-medium tracking-tight text-white sm:text-4xl">
 | 
			
		||||
            Activate Your Sovereign <br />Mycelium Stack
 | 
			
		||||
            Use the Mycelium Stack Your Way
 | 
			
		||||
          </h2>
 | 
			
		||||
          <p className="mt-6 text-lg text-gray-300">
 | 
			
		||||
            Mesh cloud workloads through the encrypted Mycelium Network and unlock AI experiences without ever surrendering control of your infrastructure, performance, or data.
 | 
			
		||||
            Run workloads, connect environments, host nodes, and build agentic systems, all on one sovereign, self-healing network. 
 | 
			
		||||
          </p>
 | 
			
		||||
          <p className="mt-4 text-lg text-gray-300">
 | 
			
		||||
            Start wherever you are. Scale however you choose.
 | 
			
		||||
          </p>
 | 
			
		||||
          <div className="mt-10 flex flex-wrap justify-center gap-x-6 gap-y-4">
 | 
			
		||||
            <Button to="/cloud" variant="solid" color="cyan">
 | 
			
		||||
 
 | 
			
		||||
@@ -8,27 +8,27 @@ import { H2, P, CP, Eyebrow } from '@/components/Texts'
 | 
			
		||||
export function HomeBenefits() {
 | 
			
		||||
  const features = [
 | 
			
		||||
    {
 | 
			
		||||
      title: "Sovereign",
 | 
			
		||||
      title: "Sovereign by Default",
 | 
			
		||||
      description:
 | 
			
		||||
        "Own your infrastructure and your data. Mycelium Cloud eliminates dependency on centralized providers, giving you full digital sovereignty.",
 | 
			
		||||
      image: "/images/benefits/sovereign.webp",
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      title: "Autonomous",
 | 
			
		||||
      title: "Hackable & Open",
 | 
			
		||||
      description:
 | 
			
		||||
        "The cloud that runs itself. From deployment to scaling, Mycelium Cloud automates everything.",
 | 
			
		||||
        "Open source and hackable by design. Learn, build, and experiment without permission.",
 | 
			
		||||
      image: "/images/benefits/autonomous.webp",
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      title: "Energy Efficient",
 | 
			
		||||
      title: "Unbreakable by Design",
 | 
			
		||||
      description:
 | 
			
		||||
        "Built on distributed nodes designed for minimal energy use, it redefines sustainability without compromising performance.",
 | 
			
		||||
        "Distributed nodes make it resilient to attacks and failures. The network heals itself.",
 | 
			
		||||
      image: "/images/benefits/energy.webp",
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      title: "Cost Efficient",
 | 
			
		||||
      title: "Cost & Energy Efficient",
 | 
			
		||||
      description:
 | 
			
		||||
        "No middlemen. No inflated bills. Just pure compute power at a fraction of traditional cloud costs — optimized, transparent, and fair.",
 | 
			
		||||
        "Distributed hardware eliminates hyperscale overhead. Pure compute power at a fraction of traditional cloud costs.",
 | 
			
		||||
      image: "/images/benefits/cost.webp",
 | 
			
		||||
    },
 | 
			
		||||
  ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user