@@ -12,31 +12,18 @@ <h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">
12
12
< div class ="flex flex-wrap -m-4 text-center ">
13
13
< div class ="p-4 md:w-1/3 sm:w-1/2 w-full ">
14
14
< div class ="border-2 border-gray-200 px-4 py-6 rounded-lg ">
15
- < svg fill ="none " stroke ="currentColor " stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " class ="text-indigo-500 w-12 h-12 mb-3 inline-block " viewBox ="0 0 24 24 ">
16
- < path d ="M8 17l4 4 4-4m-4-5v9 "> </ path >
17
- < path d ="M20.88 18.09A5 5 0 0018 9h-1.26A8 8 0 103 16.29 "> </ path >
18
- </ svg >
19
15
< h2 class ="title-font font-medium text-3xl text-gray-900 "> {{ total_lead_count }}</ h2 >
20
16
< p class ="leading-relaxed "> Total Leads</ p >
21
17
</ div >
22
18
</ div >
23
19
< div class ="p-4 md:w-1/3 sm:w-1/2 w-full ">
24
20
< div class ="border-2 border-gray-200 px-4 py-6 rounded-lg ">
25
- < svg fill ="none " stroke ="currentColor " stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " class ="text-indigo-500 w-12 h-12 mb-3 inline-block " viewBox ="0 0 24 24 ">
26
- < path d ="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2 "> </ path >
27
- < circle cx ="9 " cy ="7 " r ="4 "> </ circle >
28
- < path d ="M23 21v-2a4 4 0 00-3-3.87m-4-12a4 4 0 010 7.75 "> </ path >
29
- </ svg >
30
21
< h2 class ="title-font font-medium text-3xl text-gray-900 "> {{ total_in_past30 }}</ h2 >
31
22
< p class ="leading-relaxed "> Leads added in last 30 days</ p >
32
23
</ div >
33
24
</ div >
34
25
< div class ="p-4 md:w-1/3 sm:w-1/2 w-full ">
35
26
< div class ="border-2 border-gray-200 px-4 py-6 rounded-lg ">
36
- < svg fill ="none " stroke ="currentColor " stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " class ="text-indigo-500 w-12 h-12 mb-3 inline-block " viewBox ="0 0 24 24 ">
37
- < path d ="M3 18v-6a9 9 0 0118 0v6 "> </ path >
38
- < path d ="M21 19a2 2 0 01-2 2h-1a2 2 0 01-2-2v-3a2 2 0 012-2h3zM3 19a2 2 0 002 2h1a2 2 0 002-2v-3a2 2 0 00-2-2H3z "> </ path >
39
- </ svg >
40
27
< h2 class ="title-font font-medium text-3xl text-gray-900 "> {{ converted_in_past30 }}</ h2 >
41
28
< p class ="leading-relaxed "> Converted in last 30 days</ p >
42
29
</ div >
0 commit comments