18 lines
807 B
PHP
18 lines
807 B
PHP
<section class="wrapper">
|
|
<h2 class="text-5xl font-black text-center mt-15">Why Choose {{config('app.name')}}?</h2>
|
|
<p class="text-accent-600 text-center mt-3 mb-10">
|
|
A trusted platform connecting you with verified experts who share the best deals, <br />
|
|
services, and opportunities in your area.
|
|
</p>
|
|
|
|
<section class="grid grid-cols-3">
|
|
<div class="card flex flex-col space-y-4 shadow-xl">
|
|
<div class="p-4 rounded-lg bg-blue-100 text-blue-700">
|
|
<x-heroicon-o-shield-check class="w-8"/>
|
|
</div>
|
|
<h3 class="font-bold">Verified Brokers</h3>
|
|
<p class="text-accent-600 text-sm">All brokers are verified and vetted to ensure trustworthy recommendations and deals</p>
|
|
</div>
|
|
</section>
|
|
</section>
|