export default function Page() {
return (
<main>
<h1>Agentic OS HQ</h1>
<p>Next.js shell scaffold. Wire this UI to Temporal and Langfuse in later iterations.</p>
</main>
);
}