From 3e4fc26e4b65f91b0a580705d0691f974ab6363f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Thu, 1 Jan 2026 00:30:14 +0300 Subject: [PATCH] Remove Unused What We Do Section from Home Template: Commented out the inclusion of the 'what-we-do' component in the home template, streamlining the layout and improving overall organization. This change contributes to a cleaner design and better modularity. --- resources/views/templates/home.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/templates/home.blade.php b/resources/views/templates/home.blade.php index 76ef724..46d91de 100644 --- a/resources/views/templates/home.blade.php +++ b/resources/views/templates/home.blade.php @@ -6,7 +6,7 @@ @include('templates.home.hero') @include('templates.home.services-cards') @include('templates.home.why-choose-us') - @include('templates.home.what-we-do') + @include('templates.home.solutions') @include('templates.home.services-grid') @include('templates.home.testimonials')