stats.tsx

src/app/(hero)/about/_blocks/stats.tsx
import { Section } from '@/components/section'
import { Heading } from '@/components/heading'
import { Paragraph } from '@/components/paragraph'
import { StatisticsStrip } from '@/components/statistics-strip'
import { extendedStats } from '@/config'
/** Key figures for the About page, driven by `extendedStats` in @/config. */
export default function Stats() {
return (
<Section className="bg-body2 py-20 md:py-28">
<div className="mb-12 max-w-3xl">
<Heading as="h2">By the Numbers</Heading>
<Heading as="h3">Capability, Measured</Heading>
<Paragraph
color="text-contrast-light"
margin="mb-0"
>
Figures reflect typical recent performance and are reviewed as the
operation changes.
</Paragraph>
</div>
<StatisticsStrip
stats={extendedStats}
cols="sm:grid-cols-2 lg:grid-cols-3"
/>
</Section>
)
}

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC