import Sidebar from "@/components/layout/Sidebar"; import TopBar from "@/components/layout/TopBar"; import Image from "next/image"; export default function EcosystemPage() { const breadcrumbItems = [ { label: "ASSETX", href: "/" }, { label: "Ecosystem" }, ]; return (
{/* Coming Soon Card */}
{/* Icon */}
Ecosystem
{/* Title */}

Ecosystem Coming Soon

We're building something exciting! The Ecosystem page will be available soon with powerful features and integrations.

{/* Features Preview */}
Protocol Integrations
Partner Networks
Cross-chain Bridges
{/* CTA */}

Stay tuned for updates 🚀

); }