Skip to content

Commit 42a73f1

Browse files
fix(site): finalize WhyChooseSection copy adjustments
1 parent 90ca003 commit 42a73f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/components/WhyChooseSection.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default function WhyChooseSection() {
112112
<ul className="mt-2 text-[13px] text-zinc-300 space-y-3 relative z-10 leading-relaxed">
113113
<li className="flex items-start gap-2">
114114
<span className="text-brand-500 font-bold shrink-0"></span>
115-
<span><strong className="text-zinc-100">WinterTC Standard</strong>Pure Web APIs without custom namespace lock-in.</span>
115+
<span><strong className="text-zinc-100">WinterTC Standard</strong> – Web APIs without custom namespace lock-in.</span>
116116
</li>
117117
<li className="flex items-start gap-2">
118118
<span className="text-brand-500 font-bold shrink-0"></span>
@@ -124,7 +124,7 @@ export default function WhyChooseSection() {
124124
</li>
125125
<li className="flex items-start gap-2">
126126
<span className="text-brand-500 font-bold shrink-0"></span>
127-
<span><strong className="text-zinc-100">Fast Initialization</strong> – Boots in ~7ms without V8 snapshot bloat.</span>
127+
<span><strong className="text-zinc-100">Fast Initialization</strong> – Boots up to 5x faster than Node.js.</span>
128128
</li>
129129
</ul>
130130
</div>

0 commit comments

Comments
 (0)