Update Header and Add New Home Template: Enhanced the header layout by including a language selector for improved localization support. Introduced a new 'neler-yapariz' template that integrates various sections of the home page, ensuring a cohesive structure and better user experience.

This commit is contained in:
Ümit Tunç
2026-01-02 23:32:03 +03:00
parent a1d02de86b
commit 194e575619
3 changed files with 24 additions and 4 deletions
@@ -0,0 +1,15 @@
@extends('layouts.site', ['header' => 'partials.header', 'footer' => 'partials.footer'])
@section('title', 'Anasayfa')
@section('content')
@include('templates.home.hero')
@include('templates.home.services-cards')
@include('templates.home.why-choose-us')
@include('templates.home.carousel')
@include('templates.home.solutions')
@include('templates.home.services-grid')
@include('templates.home.testimonials')
@include('templates.home.contact')
@endsection