text upated

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-01 13:44:18 +05:00
parent cc13a0e1f9
commit 9414ce0c8a
10 changed files with 21 additions and 25 deletions

View File

@@ -183,6 +183,7 @@ const Hero = () => {
paddingTop: 36,
borderTop: `1px solid ${C.border}`,
}}
className="flex items-center justify-around"
>
{STATS.map((s) => {
return (

View File

@@ -3,7 +3,7 @@ import { C } from '../tokens';
import type { StatItem } from '../types';
const Stat: FC<StatItem> = ({ value, label }) => (
<div>
<div className="flex items-center justify-center flex-col">
<div
style={{
fontFamily: "'Playfair Display', serif",

View File

@@ -44,7 +44,6 @@ export const STATS: StatItem[] = [
{ value: '98.7%', label: 'Detection accuracy' },
{ value: '50K+', label: 'Documents checked' },
{ value: '12+', label: 'Supported formats' },
{ value: '24h', label: 'Report turnaround' },
];
export const INFO_CARDS: InfoCardData[] = [