diff --git a/client/pages/internal-docs/Space1Welcome.tsx b/client/pages/internal-docs/Space1Welcome.tsx new file mode 100644 index 00000000..8c0f2457 --- /dev/null +++ b/client/pages/internal-docs/Space1Welcome.tsx @@ -0,0 +1,137 @@ +import InternalDocsLayout from "./InternalDocsLayout"; +import { ArrowRight } from "lucide-react"; +import { Link } from "react-router-dom"; + +export default function Space1Welcome() { + return ( + +
+
+

+ Welcome, Team Member +

+

+ We are building a new architecture for trust. This hub is our single + source of truth—one place where you can understand: +

+
    +
  • + + How our 3-entity model works +
  • +
  • + + Who you are in this ecosystem +
  • +
  • + + The rules that govern us all +
  • +
  • + + Your role and responsibilities +
  • +
+
+ +
+ +
🏛️
+

+ The Axiom Model +

+

+ Understand our 3-entity structure: The Foundation, The LLC, and The + Corp. +

+
+ Learn more +
+ + + +
🎯
+

+ Find Your Role +

+

+ Which entity do you work for? Click your role to see your SOP. +

+
+ Get started +
+ + + +
📋
+

+ Core Rules +

+

+ Code of conduct, communication protocol, and ecosystem-wide + standards. +

+
+ View policies +
+ +
+ +
+

🗺️ Hub Navigation

+
+
+

+ 🌍 Ecosystem-Wide +

+

+ Rules and policies that apply to everyone: +

+
    +
  • • Code of Conduct
  • +
  • • Communication Protocol
  • +
  • • Meeting Cadence
  • +
  • • Brand & Voice Guide
  • +
  • • Tech Stack Overview
  • +
+
+ +
+

+ 🏛️ Entity Hubs +

+

+ Deep dives by entity: +

+
    +
  • • The Foundation (Non-Profit)
  • +
  • • The LLC (IP Vault)
  • +
  • • The Corp (For-Profit)
  • +
  • • People & Finance Ops
  • +
+
+
+
+ +
+

+ ⚠️ Confidential: This hub contains internal + operational documents. Do not share outside AeThex. +

+
+
+
+ ); +}