diff --git a/src/components/Archives/WorldMap.tsx b/src/components/Archives/WorldMap.tsx index 41a83a2..9d60c3b 100644 --- a/src/components/Archives/WorldMap.tsx +++ b/src/components/Archives/WorldMap.tsx @@ -22,7 +22,7 @@ export function WorldMap() { {/* Top Left Intro Text */}

Mycelium Network is Live.

- + Mycelium Cloud's advancement technology enables anyone to deploy their own Internet infrastructure, anywhere. diff --git a/src/components/BentoReviews.tsx b/src/components/BentoReviews.tsx index 93ba1b2..9096653 100644 --- a/src/components/BentoReviews.tsx +++ b/src/components/BentoReviews.tsx @@ -12,46 +12,45 @@ const items = [ { title: 'FungiStor', subtitle: 'Long-Term AI Memory', - description: 'Quantum-safe permanent storage preserving AI knowledge forever. Zero-knowledge architecture with mathematical dispersal ensures immortality.', + description: 'Erasure coding + compression slash storage bloat by up to 10× vs basic replication. Source-encrypted shards are geo-dispersed—lose pieces, rebuild perfectly from a quorum.', video: "/videos/fungistor.mp4", }, { title: 'HeroDB', subtitle: 'Active AI Memory', - description: 'High-performance datastore for AI working memory. Multi-modal indexing enables vector search with global accessibility.', + description: 'Multimodal vector+keyword retrieval makes RAG feel instant across text, image, audio. Time-aware, policy-guarded context keeps results fresh while access stays governed.', video: "/videos/herodb.mp4", }, { title: 'MOS Sandboxes', subtitle: 'Secure Agent Workspaces', - description: 'Lightweight isolated environments deploying globally in five seconds. Hardware-level isolation ensures maximum security for agents.', + description: 'Attested, signed workspaces spin up ≈5s worldwide—ready to execute. Hardware isolation and scoped egress: run hard, tear down clean, zero residue.', video: "/videos/sandbox.mp4", }, { title: 'Mycelium Mesh', subtitle: 'Secure Communication Network', - description: 'Peer-to-peer overlay network with end-to-end encryption. Self-healing shortest-path routing creates resilient agentic communication.', + description: 'A private, public-key fabric with self-healing multi-path routing. Glides through NATs and firewalls—direct, low-latency, no middlemen.', video: "/videos/mesh.mp4", }, { title: 'Deterministic Deployment', subtitle: 'Verifiable Code Execution', - description: 'Cryptographic guarantee system ensuring deployed code matches specifications. Prevents supply-chain attacks with immutable trails.', + description: 'Declare intent, get a hash; remote attestation proves that’s what runs. Reproducible builds, signed artifacts, immutable logs—supply chain, sealed.', video: "/videos/deterministic.mp4", }, { title: 'Agent Coordination', subtitle: 'Sovereign Workflow Management', - description: 'User-centric orchestration where HERO agents coordinate worker fleets. Planetary-scale coordination with instant spawning.', + description: 'Your private agent conducts swarms of specialists in parallel. Policies fan out work; human checkpoints keep you in command.', video: "/videos/agent.mp4", }, { title: 'Universal Interface Layer', subtitle: 'AI Service Gateway', - description: 'Unified broker connecting agents to LLMs, APIs, and services. Integrated micropayments simplify development.', + description: 'One gateway to open-source LLMs, tools, APIs, and data—bring your own models & keys. Semantic retrieval, function calling, and metered micropayments built in.', video: "/videos/universal.mp4", }, - ]; export function BentoReviews() { @@ -96,14 +95,13 @@ export function BentoReviews() {
-

Mycelium Technologies

+

Augmented Intelligence Fabric

- A robust infrastructure layer for autonomous AI agents, our technology stack - delivers a secure, efficient, and intuitive platform for deploying and managing AI agents at scale. + The sovereign substrate for autonomous AI. Stateless, geo-aware, end-to-end encrypted—and verifiable from intent to execution.

diff --git a/src/components/CallTo.tsx b/src/components/CallTo.tsx index 458a25f..e9b9bdd 100644 --- a/src/components/CallTo.tsx +++ b/src/components/CallTo.tsx @@ -6,14 +6,14 @@ export function CallTo() {

- Say hello to Decentralized AI Agents that are Truly Yours + Are you Ready?

Why hand out your intelligence to centralized giants when you can build your own?

diff --git a/src/components/ClickableGallery.tsx b/src/components/ClickableGallery.tsx index b37159f..cd2728b 100644 --- a/src/components/ClickableGallery.tsx +++ b/src/components/ClickableGallery.tsx @@ -52,14 +52,15 @@ export function ClickableGallery() {
-
-

One Agent, Endless Possibilities.

+
+

Agents with Endless Possibilities.

- The future isn’t about more tools. It’s about one intelligent partner that can do it all. This is your gateway to creativity, automation, and discovery. + Your private agent coordinates a team of specialists that spin up on demand, collaborate across your world, and deliver end-to-end results. + Many agents, one intelligence—yours.

diff --git a/src/components/Companies.tsx b/src/components/Companies.tsx index 787d84b..e9aae5f 100644 --- a/src/components/Companies.tsx +++ b/src/components/Companies.tsx @@ -40,7 +40,7 @@ const row2 = logos.slice(6); export function Companies() { return ( -
+
{/* Heading */} @@ -50,7 +50,7 @@ export function Companies() { animate={{ opacity: 1, y: 0 }} transition={{ duration: 1 }} > -

+

Mycelium Cloud allows you to deploy and scale AI agents from top global providers on a decentralized, privacy-first infrastructure.

diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 42ec451..878babf 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -6,7 +6,6 @@ import { Container } from '@/components/Container' import { TextField } from '@/components/Fields' import { Logomark } from '@/components/Logo' import { NavLinks } from '@/components/NavLinks' -import { FadeIn } from '@/components/FadeIn' import qrCode from '@/images/qr-code.svg' function QrCodeBorder(props: React.ComponentPropsWithoutRef<'svg'>) { @@ -24,61 +23,13 @@ function QrCodeBorder(props: React.ComponentPropsWithoutRef<'svg'>) { export function Footer() { return (
- -
-
-
- -
-

Project Mycelium

-

Unleash the Power of Decentralized Networks

-
-
- -
-
-
- - -
-
-

- - - Talk to a human - -

-

- Get in touch with us for any inquiries or questions. -

-
-
-
-
- {/*
- - - */} -

+

+

© Copyright OurWorld Holdings, {new Date().getFullYear()}. All rights reserved.

-
) } diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 75028db..4da7214 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -60,7 +60,7 @@ export function Header() {