File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments