Skip to content

Commit 0baed66

Browse files
GeneAIclaude
authored andcommitted
feat: Reposition as Claude Code power tools, not standalone AI framework
- Hero: 'Power Tools for Claude Code' instead of 'AI Framework for Production Apps' - Focus on VS Code power users and enhanced workflows - Update Footer tagline to match Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4dec09c commit 0baed66

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

website/app/page.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ export default function Home() {
9191
</div>
9292

9393
<h1 className="text-4xl sm:text-5xl lg:text-6xl font-bold mb-6">
94-
AI Framework for{' '}
95-
<span className="text-gradient">Production Apps</span>
94+
Power Tools for{' '}
95+
<span className="text-gradient">Claude Code</span>
9696
</h1>
9797
<p className="text-xl text-[var(--text-secondary)] mb-8 max-w-3xl mx-auto">
98-
14 integrated workflows, 7 agent templates, 6 composition patterns, and meta-orchestration.
99-
Native patterns (Sequential, Parallel, Debate, Teaching, Refinement, Adaptive) compose agent teams automatically—no external dependencies required.
98+
Enhanced workflows, agent composition, and intelligent orchestration for VS Code power users.
99+
14 workflows, 10 smart wizards, and dynamic agent teams that compose themselves automatically.
100100
</p>
101101
<div className="flex flex-col sm:flex-row gap-4 justify-center items-center">
102102
<Link
@@ -144,10 +144,10 @@ export default function Home() {
144144
<section className="py-20" aria-label="Features">
145145
<div className="container">
146146
<h2 className="text-3xl sm:text-4xl font-bold text-center mb-4">
147-
Everything You Need for Production AI
147+
Power User Features
148148
</h2>
149149
<p className="text-center text-[var(--text-secondary)] mb-12 max-w-2xl mx-auto">
150-
Stop building AI infrastructure from scratch. Focus on your product.
150+
Advanced capabilities for developers who want more from Claude Code.
151151
</p>
152152

153153
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-6 max-w-6xl mx-auto">
@@ -214,10 +214,10 @@ export default function Home() {
214214
<div className="container">
215215
<div className="max-w-3xl mx-auto text-center">
216216
<h2 className="text-3xl sm:text-4xl font-bold mb-4">
217-
Ready to Build Smarter AI?
217+
Ready to Level Up?
218218
</h2>
219219
<p className="text-xl text-[var(--text-secondary)] mb-8">
220-
Join developers shipping production AI with Empathy Framework.
220+
Join power users enhancing their Claude Code workflow.
221221
</p>
222222
<div className="flex flex-col sm:flex-row gap-4 justify-center">
223223
<Link

website/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Footer() {
1919
SmartAI Memory
2020
</Link>
2121
<p className="mt-4 text-sm text-[var(--text-secondary)]">
22-
AI framework for production apps. 10 smart wizards, long-term memory, enterprise security.
22+
Power tools for Claude Code. Workflows, wizards, and agent composition.
2323
</p>
2424
<div className="flex gap-4 mt-4">
2525
<a

0 commit comments

Comments
 (0)