Skip to content

Commit b92303d

Browse files
committed
Add new feature section for 'Pulsa Mitra' in welcome page
1 parent eaa6e4a commit b92303d

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

resources/views/welcome.blade.php

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,23 @@
230230
<i data-feather="camera" class="size-48 text-teal-500 opacity-[0.04] dark:opacity-[0.04] group-hover:opacity-10 duration-500"></i>
231231
</div>
232232
</div><!--end feature content-->
233+
<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]">
234+
<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">
235+
<i data-feather="wifi" class="size-6 rotate-45"></i>
236+
</div>
237+
238+
<div class="content mt-6 relative z-1">
239+
<a class="title text-lg font-semibold hover:text-teal-500">Pulsa Mitra</a>
240+
<p class="text-slate-400 mt-3">Rekapitulasi Bulanan Penggantian Pulsa Mitra</p>
241+
<p class="text-slate-400 mt-3">Form Konfirmasi Nomor Handphone</p>
242+
<p class="text-slate-400 mt-3">Form upload bukti masuk pulsa</p>
243+
<p class="text-slate-400 mt-3">Cetak Otomatis tanda terima pulsa</p>
244+
245+
</div>
246+
<div class="absolute bottom-0 -end-16">
247+
<i data-feather="wifi" class="size-48 text-teal-500 opacity-[0.04] dark:opacity-[0.04] group-hover:opacity-10 duration-500"></i>
248+
</div>
249+
</div><!--end feature content-->
233250
<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]">
234251
<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">
235252
<i data-feather="file-text" class="size-6 rotate-45"></i>
@@ -277,26 +294,6 @@
277294
<i data-feather="coffee" class="size-48 text-teal-500 opacity-[0.04] dark:opacity-[0.04] group-hover:opacity-10 duration-500"></i>
278295
</div>
279296
</div><!--end feature content-->
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">Rekapitulasi Bulanan Penggantian Pulsa Mitra</p>
289-
<p class="text-slate-400 mt-3">Form Konfirmasi Nomor Handphone</p>
290-
<p class="text-slate-400 mt-3">Form upload bukti masuk pulsa</p>
291-
<p class="text-slate-400 mt-3">Cetak Otomatis tanda terima pulsa</p>
292-
293-
</div>
294-
<div class="absolute bottom-0 -end-16">
295-
<i data-feather="wifi" class="size-48 text-teal-500 opacity-[0.04] dark:opacity-[0.04] group-hover:opacity-10 duration-500"></i>
296-
</div>
297-
</div><!--end feature content-->
298-
299-
300297
<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]">
301298
<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">
302299
<i data-feather="mail" class="size-6 rotate-45"></i>

0 commit comments

Comments
 (0)