import { H3, Eyebrow, P } from "@/components/Texts" import { Button } from "@/components/Button" export default function Homepod() { const onGetStartedClick = () => { console.log("Get started clicked"); }; return (
{/* Boxed container */}
{/* Inner padding */}
MYCELIUM PODS

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 */}
) }