Section
Startup Growth Stats — Startup Landing
Startup Landing stats layout: Startup growth panel.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/stats/startup-landing/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Stats/startup-landing Tailwind/Sections/Stats/startup-landing <!--
Snippet Name: Startup Growth Stats — Startup Landing
Description: Startup Landing stats layout: Startup growth panel.
Author: DevSnips Contributors
Usage Example: Drop this snippet into any Tailwind CSS page.
-->
<style>
/* DevSnips style-helper classes (self-contained snippet) */
.f-sans{font-family:'Plus Jakarta Sans',sans-serif}.f-mono{font-family:'Plus Jakarta Sans',sans-serif}.f-disp{font-family:'Plus Jakarta Sans',sans-serif}
</style>
<section class="relative w-full py-20 sm:py-28 text-slate-900" data-section="startup-landing">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="mb-10 text-center mx-auto"><p class="mb-4"><span class="inline-flex items-center gap-1.5 rounded-full bg-indigo-50 border border-indigo-100 px-3 py-1 text-[11px] font-semibold uppercase tracking-wide text-indigo-600"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M22 7 13.5 15.5 8.5 10.5 2 17"/><path d="M16 7h6v6"/></svg> Stats</span></p><h2 class="f-disp text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight text-center mx-auto">Numbers that matter</h2><p class="mt-4 max-w-2xl text-center mx-auto text-base sm:text-lg leading-relaxed text-slate-500">Real performance, measured every single day.</p></div><div class="bg-white border border-slate-200 rounded-2xl shadow-[0_2px_12px_-4px_rgba(15,23,42,.08)] p-8 sm:p-10"><div class="grid grid-cols-1 gap-8 lg:grid-cols-[1.2fr_1fr] items-center"><div><span class="inline-flex items-center gap-1.5 rounded-full bg-indigo-50 border border-indigo-100 px-3 py-1 text-[11px] font-semibold uppercase tracking-wide text-indigo-600 mb-4 inline-flex"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z"/><path d="M12 15 9 12a13.5 13.5 0 0 1 3-9c1.5-1.5 6-1.5 6-1.5s0 4.5-1.5 6a13.5 13.5 0 0 1-9 3z"/><path d="M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"/></svg> Growth</span><p class="f-disp text-4xl sm:text-5xl font-bold">340%</p><p class="mt-2 text-slate-500">Year-over-year revenue growth, three years running.</p></div><div class="space-y-4"><div><div class="flex justify-between text-sm mb-1"><span class="text-slate-500">Users</span><span class="font-semibold">128k</span></div><div class="h-2 rounded-full bg-slate-50 border border-slate-200 rounded-xl overflow-hidden"><div class="h-full rounded-full" style="width:82%;background:#4f46e5"></div></div></div><div><div class="flex justify-between text-sm mb-1"><span class="text-slate-500">Revenue</span><span class="font-semibold">$4.2M</span></div><div class="h-2 rounded-full bg-slate-50 border border-slate-200 rounded-xl overflow-hidden"><div class="h-full rounded-full" style="width:75%;background:#4f46e5"></div></div></div><div><div class="flex justify-between text-sm mb-1"><span class="text-slate-500">NPS</span><span class="font-semibold">72</span></div><div class="h-2 rounded-full bg-slate-50 border border-slate-200 rounded-xl overflow-hidden"><div class="h-full rounded-full" style="width:90%;background:#4f46e5"></div></div></div></div></div></div>
</div>
</section> # Startup Growth Stats — Startup Landing
> Startup Landing stats layout: Startup growth panel.

## Features
- startup growth panel
- headline percentage
- 3 progress bars
- accent fills
- responsive split
## Responsive support
- Mobile-first layout
- Breakpoints: `sm` (640px), `md` (768px), `lg` (1024px)
- Stacks gracefully on small screens, expands on large viewports
## Browser support
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
## Usage
1. Copy the markup from `code.html` into your Tailwind CSS project.
2. Include the corresponding Google Fonts in your document `<head>` if the style requires them.
3. The snippet is self-contained and copy-paste ready — no build step or JavaScript required.
## Design language
**Startup Landing** — part of the DevSnips Tailwind Sections library. Every section is
original, accessible, and production-ready.
## Files
- `preview.html` — full standalone preview page (Tailwind CDN + fonts)
- `code.html` — copy-paste snippet only (no `<head>` / CDN)
- `metadata.json` — structured metadata
- `README.md` — this file 16 lines UTF-8 · LF · Spaces: 2
Continue browsing