diff --git a/public/images/agenthero1.webp b/public/images/agenthero1.webp
new file mode 100644
index 0000000..9bc5558
Binary files /dev/null and b/public/images/agenthero1.webp differ
diff --git a/public/images/agents.png b/public/images/agents.png
new file mode 100644
index 0000000..56ff056
Binary files /dev/null and b/public/images/agents.png differ
diff --git a/src/pages/agents/AgentHeroAlt.tsx b/src/pages/agents/AgentHeroAlt.tsx
new file mode 100644
index 0000000..56887e7
--- /dev/null
+++ b/src/pages/agents/AgentHeroAlt.tsx
@@ -0,0 +1,33 @@
+'use client'
+
+import { Button } from '../../components/Button'
+import { Eyebrow, SectionHeader, P, H3 } from '../../components/Texts'
+
+export function AgentHeroAlt() {
+ return (
+
+
+
+
+
+
+
+ AGENT
+
Sovereign AI Agents, Coming Soon.
+
+ Hero is the autonomous agent layer for the Mycelium platform—trusted, policy-aware AI that runs on infrastructure you control and remembers what matters.
+
+
+
+
+
+
+
+ )
+}
diff --git a/src/pages/agents/AgentsPage.tsx b/src/pages/agents/AgentsPage.tsx
index 6be8fd1..567210c 100644
--- a/src/pages/agents/AgentsPage.tsx
+++ b/src/pages/agents/AgentsPage.tsx
@@ -3,13 +3,13 @@ import { DeploySection } from './DeploySection'
import { GallerySection } from './GallerySection'
import { Companies } from './Companies'
import { BentoSection } from './BentoSection'
-import { AgentsHeroAlt } from './AgentsHeroAlt'
+import { AgentHeroAlt } from './AgentHeroAlt'
export default function AgentsPage() {
return (