@extends('layouts.site')
@section('title', t('Kitaplarımız'))
@push('styles')
@include('templates.books.css.main')
@endpush
@section('content')
{{-- Hero Section --}}
@include('templates.books.sections.hero')
{{-- Features Section (Book Showcase) --}}
@include('templates.books.sections.features')
{{-- Contact Section --}}
@include('templates.books.sections.contact')
@endsection
@push('scripts')
@include('templates.books.js.global')
@include('templates.books.js.slider')
@endpush