text upated
This commit is contained in:
@@ -183,6 +183,7 @@ const Hero = () => {
|
||||
paddingTop: 36,
|
||||
borderTop: `1px solid ${C.border}`,
|
||||
}}
|
||||
className="flex items-center justify-around"
|
||||
>
|
||||
{STATS.map((s) => {
|
||||
return (
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user