diff --git a/brand-assets/brand-style-guide-site/src/app/page.tsx b/brand-assets/brand-style-guide-site/src/app/page.tsx index 51c1c2f..95d6b48 100644 --- a/brand-assets/brand-style-guide-site/src/app/page.tsx +++ b/brand-assets/brand-style-guide-site/src/app/page.tsx @@ -1,64 +1,66 @@ export default function Home() { return ( -
-
-

Brand Overview

- -
-
-
-

Mission

-

CHORUS Services eliminates context loss, reduces hallucinations, and enables scalable multi-agent collaboration through intelligent context management and distributed reasoning.

-
- -
-

Promise

-

Enterprise-ready distributed AI orchestration that delivers reliable, context-aware results for global teams building the future of intelligent software.

-
- -
-

Position

-

CHORUS Services positions itself as the premium, enterprise-grade solution for distributed AI orchestration, combining technical sophistication with approachable design to serve global enterprise customers seeking reliable, scalable AI coordination.

-
-
- -
-

Audience

- -
-
-

Technical Decision Makers

-

CTOs, VP Engineering

-
    -
  • ROI justification
  • -
  • Technical depth
  • -
  • Security assurance
  • -
+
+
+
+

Brand Overview

+ +
+
+
+

Mission

+

CHORUS Services eliminates context loss, reduces hallucinations, and enables scalable multi-agent collaboration through intelligent context management and distributed reasoning.

- -
-

AI Research Leads

-

Principal Engineers

-
    -
  • Technical specifications
  • -
  • API documentation
  • -
  • Research validation
  • -
+ +
+

Promise

+

Enterprise-ready distributed AI orchestration that delivers reliable, context-aware results for global teams building the future of intelligent software.

+ +
+

Position

+

CHORUS Services positions itself as the premium, enterprise-grade solution for distributed AI orchestration, combining technical sophistication with approachable design to serve global enterprise customers seeking reliable, scalable AI coordination.

+
+
+ +
+

Audience

-
-

Business Stakeholders

-

Executives

-
    -
  • Business outcomes
  • -
  • Competitive positioning
  • -
  • Implementation support
  • -
+
+
+

Technical Decision Makers

+

CTOs, VP Engineering

+
    +
  • ROI justification
  • +
  • Technical depth
  • +
  • Security assurance
  • +
+
+ +
+

AI Research Leads

+

Principal Engineers

+
    +
  • Technical specifications
  • +
  • API documentation
  • +
  • Research validation
  • +
+
+ +
+

Business Stakeholders

+

Executives

+
    +
  • Business outcomes
  • +
  • Competitive positioning
  • +
  • Implementation support
  • +
+
-
-
+
+ ); } \ No newline at end of file