ruslanmv
Deploy: metrics + docs (Batch 12)
22b729d
Raw
History Blame Contribute Delete
439 Bytes
export default function ExamplesPage() {
return (
<main style={{ padding: "64px", fontFamily: "Inter, system-ui, sans-serif" }}>
<p style={{ color: "#16a34a", fontWeight: 700 }}>Matrix Builder Examples</p>
<h1>Example controlled blueprints</h1>
<ul>
<li>GitHub Repo Intelligence Agent</li>
<li>Document Q&amp;A Agent</li>
<li>Developer Portfolio Reviewer</li>
</ul>
</main>
);
}