|
1 | 1 | const AboutCounter = () => {
|
2 | 2 | return (
|
3 | 3 | <div className="mt-10 sm:mt-20 bg-primary-light dark:bg-ternary-dark shadow-sm">
|
4 |
| - <div className="container mx-auto py-20 block sm:flex sm:justify-between items-center"> |
| 4 | + <div className="font-general-medium container mx-auto py-20 block sm:flex sm:justify-between items-center"> |
5 | 5 | <div className="mb-20 sm:mb-0">
|
6 |
| - <h2 className="text-4xl text-center font-bold text-secondary-dark dark:text-secondary-light mb-2"> |
| 6 | + <h2 className="text-4xl text-center text-secondary-dark dark:text-secondary-light mb-2"> |
7 | 7 | 12
|
8 | 8 | </h2>
|
9 |
| - <span className="block text-md text-center text-ternary-dark dark:text-ternary-light"> |
| 9 | + <span className="font-general-regular block text-md text-center text-ternary-dark dark:text-ternary-light"> |
10 | 10 | Years of experience
|
11 | 11 | </span>
|
12 | 12 | </div>
|
13 | 13 |
|
14 | 14 | <div className="mb-20 sm:mb-0">
|
15 |
| - <h2 className="text-4xl text-center font-bold text-secondary-dark dark:text-secondary-light mb-2"> |
| 15 | + <h2 className="text-4xl text-center text-secondary-dark dark:text-secondary-light mb-2"> |
16 | 16 | 20k+
|
17 | 17 | </h2>
|
18 |
| - <span className="block text-md text-center text-ternary-dark dark:text-ternary-light"> |
| 18 | + <span className="font-general-regular block text-md text-center text-ternary-dark dark:text-ternary-light"> |
19 | 19 | Stars on GitHub
|
20 | 20 | </span>
|
21 | 21 | </div>
|
22 | 22 |
|
23 | 23 | <div className="mb-20 sm:mb-0">
|
24 |
| - <h2 className="text-4xl text-center font-bold text-secondary-dark dark:text-secondary-light mb-2"> |
| 24 | + <h2 className="text-4xl text-center text-secondary-dark dark:text-secondary-light mb-2"> |
25 | 25 | 92%
|
26 | 26 | </h2>
|
27 |
| - <span className="block text-md text-center text-ternary-dark dark:text-ternary-light"> |
| 27 | + <span className="font-general-regular block text-md text-center text-ternary-dark dark:text-ternary-light"> |
28 | 28 | Positive feedback
|
29 | 29 | </span>
|
30 | 30 | </div>
|
31 | 31 |
|
32 | 32 | <div className="mb-20 sm:mb-0">
|
33 |
| - <h2 className="text-4xl text-center font-bold text-secondary-dark dark:text-secondary-light mb-2"> |
| 33 | + <h2 className="text-4xl text-center text-secondary-dark dark:text-secondary-light mb-2"> |
34 | 34 | 77
|
35 | 35 | </h2>
|
36 |
| - <span className="block text-md text-center text-ternary-dark dark:text-ternary-light"> |
| 36 | + <span className="font-general-regular block text-md text-center text-ternary-dark dark:text-ternary-light"> |
37 | 37 | Projects completed
|
38 | 38 | </span>
|
39 | 39 | </div>
|
|
0 commit comments