Skip to content

Commit 2ea8e93

Browse files
committed
Remove 'Over 15 years' from hero copy
Feels arrogant and out of place. Start directly with the insight about patterns emerging from production systems for a more humble, confident tone.
1 parent 48eb759 commit 2ea8e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Body from '../components/typography/Body.astro';
1717
What if systems couldn't break by design?
1818
</Body>
1919
<Body size="base" as="p" class="hero-value text-neutral mb-16 leading-relaxed opacity-0 max-w-150 md:max-w-170 lg:text-lg text-balance">
20-
Over 15 years, patterns emerged from production systems: when you separate behavior from state and make illegal states unrepresentable, reliability stops being aspirational—it becomes structural. Exploring what's possible when architecture shapes correctness.
20+
Patterns emerged from production systems: when you separate behavior from state and make illegal states unrepresentable, reliability stops being aspirational—it becomes structural. Exploring what's possible when architecture shapes correctness.
2121
</Body>
2222
<div class="hero-ctas flex gap-4 justify-center opacity-0">
2323
<Button variant="primary" size="lg" href="/portfolio">

0 commit comments

Comments
 (0)