diff --git a/resources/views/front/home.blade.php b/resources/views/front/home.blade.php
index a710e5f..6d0be02 100644
--- a/resources/views/front/home.blade.php
+++ b/resources/views/front/home.blade.php
@@ -6,7 +6,7 @@
Get the Right AI for Any Task
-
@@ -45,8 +45,10 @@ class="btn btn-outline-dark text-decoration-none border-2 fw-bold rounded-pill p
@endif
+ @if ($tools_count > 0)
Discover {{ $tools_count }} More AI Tools
+ href="{{ route('front.discover.home') }}">Discover More AI Tools ({{ $tools_count}})+
+ @endif
@endsection