sigd/resources/views/partials/index/featured-section.blade.php

19 lines
1.2 KiB
PHP

<!-- featured section -->
<section class="relative mx-auto container p-5 fade-in">
<div class="bg-[#2084FF] rounded-[10px] pt-20">
<div class="flex flex-row gap-4 justify-center text-center items-center text-white">
<div class="md:w-[70%]">
<h1 class="text-[32px] md:text-[42px] font-semibold">Semua yang Anda Butuhkan, Lengkap dan Terverifikasi.</h1>
</div>
</div>
<div class="flex flex-col lg:flex-row justify-center items-center gap-4 mt-[35px] px-20 lg:w-[90%] mx-auto text-center">
<div class="btn-minimal btn-tab rounded-full w-full border px-6 py-3 text-white"><a href="">Inventarisasi Sektor</a></div>
<div class="btn-minimal btn-tab rounded-full w-full border px-6 py-3 text-white"><a href="">Tren Tahun ke Tahun</a></div>
<div class="btn-minimal btn-tab rounded-full w-full border px-6 py-3 text-white"><a href="">RAD GRK Interaktif</a></div>
<div class="btn-minimal btn-tab rounded-full w-full border px-6 py-3 text-white"><a href="">Peta Geografis Aksi</a></div>
</div>
<div class="flex justify-center -mt-[50px]">
<img src="{{ asset('assets/images/dashboard.png') }}" alt="">
</div>
</div>
</section>