@@ -3,25 +3,25 @@ import Link from "next/link";
3
3
export function Metrics ( ) {
4
4
return (
5
5
< div className = "grid grid-cols-2 md:flex md:flex-nowrap gap-8 lg:absolute bottom-0 left-0 md:divide-x mt-20 lg:mt-0" >
6
- < Link href = "/open-startup" className = "flex" >
6
+ < Link href = "/open-startup" >
7
7
< div className = "flex flex-col md:pr-8 text-center" >
8
8
< h4 className = "text-[#878787] text-sm mb-4" > Businesses</ h4 >
9
9
< span className = "text-2xl font-mono text-stroke" > 10,100+</ span >
10
10
</ div >
11
11
</ Link >
12
- < Link href = "/open-startup" className = "flex" >
12
+ < Link href = "/open-startup" >
13
13
< div className = "flex flex-col md:px-8 text-center" >
14
14
< h4 className = "text-[#878787] text-sm mb-4" > Bank accounts</ h4 >
15
15
< span className = "text-2xl font-mono text-stroke" > 4,000+</ span >
16
16
</ div >
17
17
</ Link >
18
- < Link href = "/open-startup" className = "flex" >
18
+ < Link href = "/open-startup" >
19
19
< div className = "flex flex-col md:px-8 text-center" >
20
20
< h4 className = "text-[#878787] text-sm mb-4" > Transactions</ h4 >
21
21
< span className = "text-2xl font-mono text-stroke" > 839K</ span >
22
22
</ div >
23
23
</ Link >
24
- < Link href = "/open-startup" className = "flex" >
24
+ < Link href = "/open-startup" >
25
25
< div className = "flex flex-col md:px-8 text-center" >
26
26
< h4 className = "text-[#878787] text-sm mb-4" > Transaction value</ h4 >
27
27
< span className = "text-2xl font-mono text-stroke" > $812M</ span >
0 commit comments