This commit is contained in:
2023-11-28 05:23:04 +08:00
parent 46597c14b0
commit 6f41aa4137

View File

@@ -6,7 +6,7 @@
Get the <span class="bg-highlighter-yellow fw-bold px-2">Right AI</span> for <span
class="bg-highlighter-pink fw-bold px-2">Any Task</span>
</h1>
<h2 class="lead h4 mb-4">Curating over 750+ AI tools and growing 🛠️</h2>
<h2 class="lead h4 mb-4">Curating over {{ $tools_count }} AI tools and growing 🛠️</h2>
<div class="row justify-content-center">
<div class="col-12 col-md-9 col-lg-8 col-xl-7 mx-auto mb-4">
@@ -45,8 +45,10 @@ class="btn btn-outline-dark text-decoration-none border-2 fw-bold rounded-pill p
</div>
</div>
@endif
@if ($tools_count > 0)
<div class="container-lg mt-3 mb-3 text-center">
<a class="btn btn-primary rounded-pill px-4 breathing-effect btn-lg text-decoration-none bg-gradient"
href="{{ route('front.discover.home') }}">Discover {{ $tools_count }} More AI Tools</a>
href="{{ route('front.discover.home') }}">Discover More AI Tools ({{ $tools_count}})+</a>
</div>
@endif
@endsection