Tone down copy and fix UI inconsistencies

- Remove overpromising "transform into impeccable design" claim
- Tone down marketing language throughout (design intelligence, level up, etc.)
- Change "our" to "the" for neutral voice
- Combine Support and Consulting into single "Work with me" section
- Fix double-border on command demo panel (match border-radius)
- Remove border-top from demo captions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-01-16 10:53:27 -08:00
co-authored by Claude Opus 4.5
parent 9810e304e0
commit d7c8a5c67c
5 changed files with 8 additions and 64 deletions
+2 -4
View File
@@ -356,13 +356,12 @@
}
.terminal-preview {
border: 1px solid var(--color-mist);
border-radius: 4px;
background: var(--color-paper);
margin: var(--spacing-sm) 0;
flex: 1;
min-height: 0; /* Allow shrinking */
overflow: auto;
overflow: hidden;
border-radius: 12px;
}
.terminal-cursor-line {
@@ -452,7 +451,6 @@
color: var(--color-ash);
text-align: center;
padding: var(--spacing-sm) var(--spacing-md);
border-top: 1px solid var(--color-mist);
}
@keyframes blink { 50% { opacity: 0; } }