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:
@@ -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
|
||||
Reference in New Issue
Block a user