diff --git a/src/components/Texts.tsx b/src/components/Texts.tsx index 5e3eeb2..63fa1b6 100644 --- a/src/components/Texts.tsx +++ b/src/components/Texts.tsx @@ -145,3 +145,6 @@ export const DownloadCardDescription = createTextComponent( 'dd', 'text-base/7 leading-normal tracking-normal' ) + +export const CT = createTextComponent('span', 'text-lg lg:text-xl font-semibold') +export const CP = createTextComponent('p', 'text-sm lg:text-sm leading-[1.525] font-light') diff --git a/src/pages/agents/BentoSection.tsx b/src/pages/agents/BentoSection.tsx index a2aaf68..1d48699 100644 --- a/src/pages/agents/BentoSection.tsx +++ b/src/pages/agents/BentoSection.tsx @@ -1,36 +1,43 @@ import { motion } from 'framer-motion' import { Container } from '../../components/Container' +import { Eyebrow, SectionHeader, P, CT, CP } from '../../components/Texts' const items = [ { title: 'FungiStor', subtitle: 'Long-Term AI Memory', 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: '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: '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: '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: 'Declare intent, get a hash; remote attestation proves that is what runs. Reproducible builds, signed artifacts, immutable logs—supply chain, sealed.', + video: '/videos/deterministic.mp4', }, { title: 'Agent Coordination', subtitle: 'Sovereign Workflow Management', description: 'Your private agent conducts swarms of specialists in parallel. Policies fan out work; human checkpoints keep you in command.', + video: '/videos/agent.mp4', }, ] @@ -45,12 +52,13 @@ export function BentoSection() { transition={{ duration: 0.8 }} className="mx-auto max-w-3xl text-center mb-16" > -
+ +
A complete infrastructure for building and deploying AI agents with enterprise-grade security and performance. -
+{item.subtitle}
-{item.description}
+ +{item.subtitle}
+
+
+