You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dashboard/src/pages/featured/[slug].astro
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ if (!item) {
67
67
</svg>
68
68
{slug==='claudekit'&&'4,000+ users'}
69
69
{slug==='brightdata'&&'Trusted by 1000s'}
70
-
{slug==='tinyfish'&&'98.7% success rate'}
70
+
{slug==='tinyfish'&&'90% on Mind2Web benchmark'}
71
71
{slug==='braingrid'&&'Battle-tested'}
72
72
</span>
73
73
</div>
@@ -314,8 +314,8 @@ if (!item) {
314
314
315
315
<h2>Why TinyFish?</h2>
316
316
<divclass="space-y-2 my-3">
317
-
<divclass="p-3 bg-[var(--color-surface-2)] border border-[var(--color-border)] rounded-lg"><pclass="text-sm"><strongclass="text-[var(--color-text-primary)]">98.7% Success Rate</strong> — Enterprise-grade reliability for production web automation tasks.</p></div>
318
-
<divclass="p-3 bg-[var(--color-surface-2)] border border-[var(--color-border)] rounded-lg"><pclass="text-sm"><strongclass="text-[var(--color-text-primary)]">$0.04 Per Operation</strong> — All-inclusive pricing covering LLM costs, remote browsers, residential proxies, and anti-bot protection.</p></div>
317
+
<divclass="p-3 bg-[var(--color-surface-2)] border border-[var(--color-border)] rounded-lg"><pclass="text-sm"><strongclass="text-[var(--color-text-primary)]">90% on Online Mind2Web Benchmark</strong> — Industry-leading accuracy on the standard web automation evaluation benchmark.</p></div>
318
+
<divclass="p-3 bg-[var(--color-surface-2)] border border-[var(--color-border)] rounded-lg"><pclass="text-sm"><strongclass="text-[var(--color-text-primary)]">$0.015 Per Step</strong> — All costs included: LLM, remote browsers, residential proxies, and anti-bot protection.</p></div>
319
319
<divclass="p-3 bg-[var(--color-surface-2)] border border-[var(--color-border)] rounded-lg"><pclass="text-sm"><strongclass="text-[var(--color-text-primary)]">Up to 1,000 Parallel Agents</strong> — Scale from 2 concurrent agents on free tier to 1,000 on enterprise plans.</p></div>
0 commit comments