destination design

This commit is contained in:
2025-08-20 13:11:38 +05:45
parent dc4a1cdc0b
commit a59c9a46db
3 changed files with 159 additions and 2 deletions

View File

@@ -237,14 +237,14 @@
<div class="container section">
<section class="section">
<div class="flex flex-col gap-5 justify-center items-center text-center">
<h2 class="text-42 md:text-30 text-sec">{{ $fifthPage->title }}</h2>
<h2 class="text-42 md:text-30 text-sec ">{{ $fifthPage->title }}</h2>
</div>
</section>
<div class="row section">
@foreach ($fifthPage->custom as $child)
<div class="col col-md-4">
<div class="flex flex-col gap-10 ceo-container px-20 py-20">
<h3 class="text-brand text-26 md:text-18 font-bold leading-30">{{ $child['icon'] ?? '' }}
<h3 class="text-brand text-26 md:text-18 font-bold leading-30 text-center">{{ $child['icon'] ?? '' }}
</h3>
<p class="text-black text-14 text-center">{{ $child['key'] ?? '' }}</p>
</div>