diff --git a/resources/views/templates/books/books.blade.php b/resources/views/templates/books/books.blade.php
index 31e86af..d3e79a7 100644
--- a/resources/views/templates/books/books.blade.php
+++ b/resources/views/templates/books/books.blade.php
@@ -12,28 +12,11 @@
{{-- Hero Section --}}
@include('templates.books.sections.hero')
- {{-- Content Section --}}
-
-
-
- {{-- Section Title --}}
-
-
-
{{ t('Yayınlarımız') }}
-
{{ t('Eğitim ve bilim alanında hazırladığımız kitaplarımızı keşfedin.') }}
-
-
+ {{-- Features Section (Book Showcase) --}}
+ @include('templates.books.sections.features')
- {{-- Categories Removed --}}
-
- {{-- Book List --}}
- @include('templates.books.sections.book-list')
-
-
-
-
- {{-- CTA Footer --}}
- @include('templates.books.sections.footer')
+ {{-- Contact Section --}}
+ @include('templates.books.sections.contact')
@endsection
diff --git a/resources/views/templates/books/sections/book-list.blade.php b/resources/views/templates/books/sections/book-list.blade.php
index 8db7ac5..30ae1e2 100644
--- a/resources/views/templates/books/sections/book-list.blade.php
+++ b/resources/views/templates/books/sections/book-list.blade.php
@@ -36,7 +36,7 @@ Yapay zeka ve derin öğrenmenin temellerini atıp ileriye taşıyabileceğiniz
'Optik Kağıt Tanıma Projesi',
'Mnist Veri Seti Oluşturma Projesi'
],
- 'image' => '/assets/img/photos/tensorflow-book-real.jpg',
+ 'image' => 'assets/img/photos/tensorflow-book-real.jpg',
'year' => 'Yapay Zeka',
'isbn' => '9786052118566',
'pages' => '160',
@@ -80,7 +80,7 @@ Kuruluşu doğru yapmak ve olası hataların önüne geçmek için bu videoyu se
'Alan Adı ve Barındırma',
'Klasör Erişim İzinleri'
],
- 'image' => '/assets/img/photos/php-eticaret-book.jpg',
+ 'image' => 'assets/img/photos/php-eticaret-book.jpg',
'year' => 'E-Ticaret',
'isbn' => '978-605-5201-333',
'pages' => '440',
@@ -116,7 +116,7 @@ Kendi haberlerinizi hazırlayacağınız, kliplerinizi çekeceğiniz, kitapları
'Crawl ve Roll Yazılar',
'Color Correction'
],
- 'image' => '/assets/img/photos/adobe-premiere-book.jpg',
+ 'image' => 'assets/img/photos/adobe-premiere-book.jpg',
'year' => 'Video Montaj',
'isbn' => '978-605-5201-456',
'pages' => '312',
@@ -128,38 +128,61 @@ Kendi haberlerinizi hazırlayacağınız, kliplerinizi çekeceğiniz, kitapları
@foreach($books as $book)
-
+
{{-- Book Image (Left Side) --}}
-
-
-
+
+
+
+
+
+ {{ $book['year'] }}
+
+
{{-- Book Content (Right Side) --}}
-
-