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.

This commit is contained in:
Ümit Tunç
2026-01-01 00:30:14 +03:00
parent 68b7907981
commit 3e4fc26e4b
+1 -1
View File
@@ -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')