diff --git a/resources/views/front/discover.blade.php b/resources/views/front/discover.blade.php
index 1e8ea95..d6dee1b 100644
--- a/resources/views/front/discover.blade.php
+++ b/resources/views/front/discover.blade.php
@@ -50,7 +50,7 @@ class="btn btn-outline-dark text-decoration-none btn-sm border-2 fw-bold mb-0 ro
@if ($ai_tools->count() > 0)
@foreach ($ai_tools as $ai_tool)
-
+
@include('front.partials.ai-tool-card')
@endforeach
diff --git a/resources/views/front/home.blade.php b/resources/views/front/home.blade.php
index 8cc7a9f..a48e9c5 100644
--- a/resources/views/front/home.blade.php
+++ b/resources/views/front/home.blade.php
@@ -38,7 +38,7 @@ class="btn btn-outline-dark text-decoration-none border-2 fw-bold rounded-pill p
Featured AI Tools
@foreach ($latest_ai_tools as $ai_tool)
-
+
@include('front.partials.ai-tool-card', ['ai_tool' => $ai_tool])
@endforeach