Add Books page and minor improvements

This commit is contained in:
Muhammet Güler
2026-02-03 02:31:54 +03:00
parent 90565412a4
commit 03ff01f24d
18 changed files with 425 additions and 0 deletions
@@ -0,0 +1,13 @@
<section class="wrapper !bg-[#f6f7f9]">
<div class="container py-[4.5rem] xl:!py-24 lg:!py-24 md:!py-24">
<div class="flex flex-wrap mx-[-15px]">
<div class="xl:w-10/12 lg:w-10/12 w-full flex-[0_0_auto] !px-[15px] max-w-full !mx-auto !text-center">
<h2 class="!text-[calc(1.305rem_+_0.66vw)] font-bold xl:!text-[1.8rem] !leading-[1.3] !mb-3">{{ t('Kitaplarımız Hakkında Bilgi Almak İster misiniz?') }}</h2>
<p class="lead !leading-[1.65] text-[0.9rem] font-medium !mb-6">{{ t('Yayınlarımız hakkında detaylı bilgi almak için bizimle iletişime geçebilirsiniz.') }}</p>
<a href="/iletisim" class="btn btn-primary !text-white !bg-[#e31e24] border-[#e31e24] hover:text-white hover:bg-[#c31217] hover:!border-[#c31217] !rounded-[50rem] hover:translate-y-[-0.15rem] hover:shadow-[0_0.25rem_0.75rem_rgba(30,34,40,0.15)]">
{{ t('İletişime Geçin') }}
</a>
</div>
</div>
</div>
</section>