|
52 | 52 | <ul class="list-none menu-social mb-0"> |
53 | 53 | <li class="inline"> |
54 | 54 | @auth |
55 | | - <a href="{{ config('nova.path') }}" class="h-8 px-4 text-[12px] tracking-wider inline-flex items-center justify-center font-medium rounded-md bg-teal-500 text-white uppercase">Dashboard</a> |
| 55 | + <a href="{{ config('nova.path') }}" class="h-8 px-4 text-[12px] tracking-wider inline-flex items-center justify-center font-medium rounded-md bg-teal-500 text-white uppercase">Home</a> |
56 | 56 | @else |
57 | 57 | <a href="{{ route('login') }}" class="h-8 px-4 text-[12px] tracking-wider inline-flex items-center justify-center font-medium rounded-md bg-teal-500 text-white uppercase">Masuk</a> |
58 | 58 | @endauth |
|
180 | 180 | </div> |
181 | 181 | </div><!--end feature content--> |
182 | 182 |
|
| 183 | + |
183 | 184 |
|
184 | 185 | <div class="group rounded-md shadow dark:shadow-gray-700 relative bg-white dark:bg-slate-900 p-6 overflow-hidden md:h-[400px] lg:h-[400px]"> |
185 | 186 | <div class="flex items-center justify-center size-14 -rotate-45 bg-gradient-to-r from-transparent to-teal-500/10 text-teal-500 text-center rounded-full group-hover:bg-teal-500/10 duration-500"> |
|
277 | 278 | </div> |
278 | 279 | </div><!--end feature content--> |
279 | 280 |
|
| 281 | + <div class="group rounded-md shadow dark:shadow-gray-700 relative bg-white dark:bg-slate-900 p-6 overflow-hidden md:h-[400px] lg:h-[400px]"> |
| 282 | + <div class="flex items-center justify-center size-14 -rotate-45 bg-gradient-to-r from-transparent to-teal-500/10 text-teal-500 text-center rounded-full group-hover:bg-teal-500/10 duration-500"> |
| 283 | + <i data-feather="wifi" class="size-6 rotate-45"></i> |
| 284 | + </div> |
| 285 | + |
| 286 | + <div class="content mt-6 relative z-1"> |
| 287 | + <a class="title text-lg font-semibold hover:text-teal-500">Pulsa Mitra</a> |
| 288 | + <p class="text-slate-400 mt-3">Pembuatan SPJ Pulsa Mitra</p> |
| 289 | + <p class="text-slate-400 mt-3">Monitoring Penggantian Pulsa Mitra</p> |
| 290 | + |
| 291 | + </div> |
| 292 | + <div class="absolute bottom-0 -end-16"> |
| 293 | + <i data-feather="wifi" class="size-48 text-teal-500 opacity-[0.04] dark:opacity-[0.04] group-hover:opacity-10 duration-500"></i> |
| 294 | + </div> |
| 295 | + </div><!--end feature content--> |
| 296 | + |
| 297 | + |
280 | 298 | <div class="group rounded-md shadow dark:shadow-gray-700 relative bg-white dark:bg-slate-900 p-6 overflow-hidden md:h-[400px] lg:h-[400px]"> |
281 | 299 | <div class="flex items-center justify-center size-14 -rotate-45 bg-gradient-to-r from-transparent to-teal-500/10 text-teal-500 text-center rounded-full group-hover:bg-teal-500/10 duration-500"> |
282 | 300 | <i data-feather="mail" class="size-6 rotate-45"></i> |
|
0 commit comments