From 127fe6c9188f7ce775ee845689161dc2c2b6f088 Mon Sep 17 00:00:00 2001 From: "Joseph T. French" Date: Sun, 22 Mar 2026 12:58:45 -0500 Subject: [PATCH 1/2] Update landing page features and footer links for improved clarity and navigation. Revise FeaturesGrid to reflect new AI capabilities, including semantic search and document search functionalities. Adjust footer links to direct users to the pricing page instead of login and registration options. --- src/components/landing/FeaturesGrid.tsx | 10 +++------- src/components/landing/Footer.tsx | 14 +++----------- src/components/platform/SchemaArchitecture.tsx | 14 +++++++------- 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/src/components/landing/FeaturesGrid.tsx b/src/components/landing/FeaturesGrid.tsx index e798de4..d97c9fc 100644 --- a/src/components/landing/FeaturesGrid.tsx +++ b/src/components/landing/FeaturesGrid.tsx @@ -97,7 +97,7 @@ export default function FeaturesGrid() {
  • - Up to 30GB RAM for premium tiers + Subgraph workspaces for AI memory and isolation
  • @@ -132,15 +132,11 @@ export default function FeaturesGrid() { diff --git a/src/components/platform/SchemaArchitecture.tsx b/src/components/platform/SchemaArchitecture.tsx index 83f354e..69cae79 100644 --- a/src/components/platform/SchemaArchitecture.tsx +++ b/src/components/platform/SchemaArchitecture.tsx @@ -96,12 +96,12 @@ export default function SchemaArchitecture() {

    - Intelligent Graph Schema Architecture + Data Architecture & Search

    Unify disparate financial data sources into a cohesive, queryable - knowledge graph that powers advanced analytics and AI-native - applications + knowledge graph with hybrid document search that powers advanced + analytics and AI-native applications

    @@ -323,16 +323,16 @@ export default function SchemaArchitecture() { strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} - d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" + d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />

    - Cypher Query Language + Document Search

    - Traverse relationships with expressive graph queries—or let Claude - generate them from natural language via MCP + Search across filings, disclosures, and financial documents with + hybrid full-text and semantic matching powered by OpenSearch

    From 8cb5dd4aa3da4c1926b711b3d297365931701c41 Mon Sep 17 00:00:00 2001 From: "Joseph T. French" Date: Sun, 22 Mar 2026 13:05:02 -0500 Subject: [PATCH 2/2] Update visibility of sidebar and integration details on landing page for improved responsiveness. Adjust sidebar and integration section styles to ensure they are only displayed on larger screens, enhancing the user experience across different devices. --- src/components/landing/IntegrationsSection.tsx | 2 +- src/components/platform/GraphDashboard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/landing/IntegrationsSection.tsx b/src/components/landing/IntegrationsSection.tsx index 46a5c9f..1515aae 100644 --- a/src/components/landing/IntegrationsSection.tsx +++ b/src/components/landing/IntegrationsSection.tsx @@ -228,7 +228,7 @@ export default function IntegrationsSection() { -
    +
    diff --git a/src/components/platform/GraphDashboard.tsx b/src/components/platform/GraphDashboard.tsx index f288f8d..eadeb1b 100644 --- a/src/components/platform/GraphDashboard.tsx +++ b/src/components/platform/GraphDashboard.tsx @@ -121,7 +121,7 @@ export default function GraphDashboard() { {/* Platform Interface */}
    {/* Sidebar */} -
    +