Skip to content

Commit 7105f47

Browse files
committed
Update messaging
1 parent 911d90f commit 7105f47

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

src/pages/index.astro

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const enablements = ['Enabling', 'Accelerating', 'Empowering', 'Fueling'];
2525
<!-- Hero Widget ******************* -->
2626

2727
<Hero2
28-
title="Centralized Security for AI Workloads"
29-
subtitle="Accelerate Development, Capture Shadow AI, and Protect Data."
28+
title="Accelerate AI Development"
29+
subtitle="Turn-key Compliance and Security for AI Workloads."
3030
image={{
3131
src: resourceGraph,
3232
alt: 'Graph of resources and their relationships',
@@ -43,26 +43,29 @@ const enablements = ['Enabling', 'Accelerating', 'Empowering', 'Fueling'];
4343
title="Accelerate AI by Enabling Dev Teams"
4444
items={[
4545
{
46-
title: 'Add Archodex',
46+
title: 'Install Archodex',
4747
description:
48-
'Archodex requires a one-time configuration change at the compute layer. No need to modify application code.',
48+
'Archodex uses Zero-Instrumentation approaches. No need to modify application code. No network proxies.',
4949
icon: 'tabler:label',
5050
},
5151
{
5252
title: 'Capture All AI, Including Shadow AI',
53-
description:
54-
'Archodex automatically captures all AI-related activity, including shadow AI, with attribution back to source workloads and service requests.',
53+
description: 'Archodex automatically captures all AI-related activity, including shadow AI.',
5554
icon: 'tabler:list-search',
5655
},
5756
{
58-
title: 'Uniform Audit Logging',
59-
description: 'Archodex emits uniform AI audit logs to your existing logging platform.',
60-
icon: 'tabler:settings',
57+
title: 'Security: Uniform Audit Logging',
58+
description: 'Archodex emits uniform AI audit logs to your logging platform of choice.',
59+
icon: 'tabler:file-text-shield',
6160
},
6261
{
63-
title: 'Accelerate Product Development',
64-
description:
65-
'Enrich your existing observability traces with PII-redacted AI payloads, enabling dev, product, and data teams.',
62+
title: 'Compliance: Data Protection',
63+
description: 'PII anonymization for analytics and OpenTelemetry flows.',
64+
icon: 'tabler:rosette-discount-check',
65+
},
66+
{
67+
title: 'Product: Iterate and Ship Faster',
68+
description: 'Safer usage analysis, increased data access, and more.',
6669
icon: 'tabler:flame',
6770
},
6871
]}
@@ -133,6 +136,6 @@ const enablements = ['Enabling', 'Accelerating', 'Empowering', 'Fueling'];
133136
<div class="absolute inset-0 bg-primary/5 dark:bg-transparent"></div>
134137
</Fragment>
135138

136-
<Fragment slot="title">Protect & Accelerate Your AI Workloads</Fragment>
139+
<Fragment slot="title">Accelerate Your AI Workloads</Fragment>
137140
</CallToAction>
138141
</Layout>

0 commit comments

Comments
 (0)