aethex-us/src/components/DocsPortal.astro

8 lines
222 B
Text

---
// Documentation portal entry point
---
<section class="docs-portal">
<h2>Developer Docs</h2>
<p>Build, integrate, and explore the AeThex ecosystem.</p>
<a href="#" class="cta-link">Go to Docs →</a>
</section>