champ ads

This commit is contained in:
Rico van Zelst
2024-12-28 21:52:55 +01:00
parent ad4a501551
commit 65711ab3e2

View File

@@ -87,11 +87,12 @@
</div> </div>
<!-- First Advertisement Container --> <!-- First Advertisement Container -->
<div class="col-span-full"> <div class="px-4 col-span-full">
<p class="mb-1 text-xs text-center uppercase text-neutral-400">Advertisement</p> <p class="mb-1 text-xs text-center uppercase text-neutral-400">Advertisement</p>
<div class="w-full min-h-[90px] bg-stone-800/40 rounded-lg flex items-center justify-center"> <div
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4505764048662657" class="mx-auto w-[728px] h-[90px] max-w-full bg-stone-800/40 rounded-lg flex items-center justify-center">
data-ad-slot="5592927431" data-ad-format="horizontal" data-full-width-responsive="true"></ins> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-4505764048662657" data-ad-slot="5592927431"></ins>
</div> </div>
</div> </div>
@@ -150,11 +151,12 @@
</div> </div>
<!-- Second Advertisement Container --> <!-- Second Advertisement Container -->
<div class="col-span-full"> <div class="px-4 col-span-full">
<p class="mb-1 text-xs text-center uppercase text-neutral-400">Advertisement</p> <p class="mb-1 text-xs text-center uppercase text-neutral-400">Advertisement</p>
<div class="w-full min-h-[90px] bg-stone-800/40 rounded-lg flex items-center justify-center"> <div
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4505764048662657" class="mx-auto w-[728px] h-[90px] max-w-full bg-stone-800/40 rounded-lg flex items-center justify-center">
data-ad-slot="5592927431" data-ad-format="horizontal" data-full-width-responsive="true"></ins> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-4505764048662657" data-ad-slot="5592927431"></ins>
</div> </div>
</div> </div>
@@ -172,10 +174,15 @@
</div> </div>
</div> </div>
</section> </section>
@push('top_scripts')
@vite('resources/js/lane-filter.js')
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4505764048662657"
crossorigin="anonymous"></script>
@endpush
@push('bottom_scripts') @push('bottom_scripts')
@include('popper::assets') @include('popper::assets')
<script> <script>
(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
</script> </script>
@endpush @endpush