Skip to content

Commit 398b85a

Browse files
Rename 'Dashboard' link to 'Home' in welcome view; add 'Pulsa Mitra' feature section with descriptions.
1 parent 573bec2 commit 398b85a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

resources/views/welcome.blade.php

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<ul class="list-none menu-social mb-0">
5353
<li class="inline">
5454
@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>
5656
@else
5757
<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>
5858
@endauth
@@ -180,6 +180,7 @@
180180
</div>
181181
</div><!--end feature content-->
182182

183+
183184

184185
<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]">
185186
<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,6 +278,23 @@
277278
</div>
278279
</div><!--end feature content-->
279280

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+
280298
<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]">
281299
<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">
282300
<i data-feather="mail" class="size-6 rotate-45"></i>

0 commit comments

Comments
 (0)