Skip to content

Commit a706167

Browse files
feat: Update website with v4.4.0 messaging consistency
1. Pricing: Fix wizard count (30+ → 10 smart wizards + 14 workflows) 2. Framework page: Replace deprecated Healthcare Ready with Socratic Agent Builder 3. Framework page: Update hero to "Power Tools for Claude Code" positioning 4. Homepage: Replace healthcare case study with Socratic Agent Builder promo Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cb779fd commit a706167

3 files changed

Lines changed: 20 additions & 25 deletions

File tree

website/app/framework/page.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ export default function FrameworkPage() {
4141
/>
4242
</div>
4343
<h1 className="text-5xl font-bold mb-6">
44-
Empathy <span className="text-gradient">Core</span>
44+
Power Tools for <span className="text-gradient">Claude Code</span>
4545
</h1>
4646
<p className="text-2xl text-[var(--text-secondary)] mb-8">
47-
Fair Source foundation for building Level 4 Anticipatory AI systems
47+
Enhanced workflows, Socratic agent creation, and intelligent orchestration for VS Code power users
4848
</p>
4949
<div className="flex flex-col sm:flex-row gap-4 justify-center">
5050
<a
@@ -139,13 +139,11 @@ export default function FrameworkPage() {
139139
</p>
140140
</div>
141141

142-
<div className="bg-[var(--background)] p-6 rounded-lg">
143-
<div className="mb-4">
144-
<Image src="/images/icons/stethoscope.svg" alt="" width={32} height={32} className="opacity-70" />
145-
</div>
146-
<h3 className="text-xl font-bold mb-3">Healthcare Ready</h3>
142+
<div className="bg-[var(--background)] p-6 rounded-lg border-2 border-[var(--primary)] border-opacity-50">
143+
<div className="mb-4 text-3xl">🎯</div>
144+
<h3 className="text-xl font-bold mb-3">Socratic Agent Builder <span className="text-xs font-normal text-[var(--primary)] ml-2">NEW</span></h3>
147145
<p className="text-[var(--text-secondary)]">
148-
HIPAA-compliant wizards for clinical workflows and healthcare applications.
146+
Create custom agents through guided questions. Describe what you need, get production-ready agents.
149147
</p>
150148
</div>
151149

website/app/page.tsx

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -177,37 +177,34 @@ export default function Home() {
177177
</section>
178178

179179

180-
{/* Case Study Teaser */}
181-
<section className="py-20" aria-label="Case study">
180+
{/* How It Works */}
181+
<section className="py-20" aria-label="How it works">
182182
<div className="container">
183183
<div className="max-w-4xl mx-auto bg-gradient-to-r from-[var(--primary)] to-[var(--secondary)] rounded-2xl p-8 md:p-12 text-white">
184184
<div className="flex flex-col md:flex-row items-center gap-8">
185185
<div className="flex-1">
186-
<p className="text-sm font-medium opacity-80 mb-2">CASE STUDY</p>
186+
<p className="text-sm font-medium opacity-80 mb-2">SOCRATIC AGENT BUILDER</p>
187187
<h3 className="text-2xl md:text-3xl font-bold mb-4">
188-
Healthcare AI in Production
188+
Describe It. We Build It.
189189
</h3>
190190
<p className="opacity-90 mb-6">
191-
See how we built 14+ HIPAA-compliant clinical AI tools using Empathy Framework,
192-
including automated SBAR reports and diagnostic assistance.
191+
Tell us what you need in plain English. The framework asks clarifying questions,
192+
suggests capabilities, and generates production-ready agents and teams automatically.
193193
</p>
194-
<a
195-
href="https://healthcare.smartaimemory.com/static/dashboard.html"
196-
target="_blank"
197-
rel="noopener noreferrer"
194+
<Link
195+
href="/framework-docs/tutorials/quickstart/"
198196
className="inline-flex items-center gap-2 bg-white text-[var(--primary)] px-6 py-3 rounded-lg font-medium hover:bg-opacity-90 transition-colors"
199197
>
200-
View Live Demo
198+
Try It Now
201199
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
202-
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
203-
<polyline points="15 3 21 3 21 9" />
204-
<line x1="10" y1="14" x2="21" y2="3" />
200+
<path d="M5 12h14" />
201+
<path d="m12 5 7 7-7 7" />
205202
</svg>
206-
</a>
203+
</Link>
207204
</div>
208205
<div className="flex-shrink-0">
209206
<div className="w-32 h-32 md:w-40 md:h-40 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center">
210-
<span className="text-6xl md:text-7xl">🏥</span>
207+
<span className="text-6xl md:text-7xl">🎯</span>
211208
</div>
212209
</div>
213210
</div>

website/app/pricing/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function PricingPage() {
7676
</div>
7777
<div className="flex items-start gap-2">
7878
<span className="text-[var(--success)] mt-1"></span>
79-
<span className="text-sm">30+ production wizards</span>
79+
<span className="text-sm">10 smart wizards + 14 workflows</span>
8080
</div>
8181
<div className="flex items-start gap-2">
8282
<span className="text-[var(--success)] mt-1"></span>

0 commit comments

Comments
 (0)