import { H3, Eyebrow, P } from "@/components/Texts" import { Button } from "@/components/Button" export default function Homepod() { const onGetStartedClick = () => { // Ensure we are in a browser environment and ml_account exists before calling it if (typeof window !== 'undefined' && typeof (window as any).ml_account === 'function') { (window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show') } else { console.log("MailerLite script (ml_account) not fully loaded or not in browser.") } }; return (
{/* Boxed container */}
{/* Inner padding */}
{/* Mobile-only hero image */} Mycelium Pods visual
Mycelium Pods - Coming Soon

Your Private Space in the New Internet

Pods are personal digital spaces on the Mycelium Network. They are private, persistent, and fully under your control. Run conversations, files, and tools directly on the network instead of through central servers

{/* Bottom horizontal line with spacing */}
) }