diff --git a/backend/app/Http/Controllers/Api/TemplateApiController.php b/backend/app/Http/Controllers/Api/TemplateApiController.php index 77c7a6d..eeec2be 100644 --- a/backend/app/Http/Controllers/Api/TemplateApiController.php +++ b/backend/app/Http/Controllers/Api/TemplateApiController.php @@ -63,7 +63,7 @@ class TemplateApiController extends Controller try { // Coba tanpa relationship dulu untuk debug $templates = Template::inRandomOrder() - ->take(6) + ->take(8) ->get() ->map(function($t){ return [ diff --git a/proyek-frontend/app/components/landing-page/footer.vue b/proyek-frontend/app/components/landing-page/footer.vue index b7ad38e..475e516 100644 --- a/proyek-frontend/app/components/landing-page/footer.vue +++ b/proyek-frontend/app/components/landing-page/footer.vue @@ -83,10 +83,11 @@