feat: add horizontal ad banners to various pages

This commit is contained in:
Rico van Zelst
2025-02-26 23:02:06 +01:00
parent b8d3c74c19
commit fc765c0ed5
14 changed files with 60 additions and 9 deletions

View File

@@ -12,6 +12,9 @@
class="text-lg font-bold text-center text-transparent uppercase sm:text-xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
All champions & skins on sale</h2>
<div class="flex justify-center my-4">
<x-ads.horizontal-banner />
</div>
<h3
class="mt-8 mb-2 text-2xl font-bold text-center text-transparent uppercase sm:text-3xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
Champions on Sale</h3>
@@ -48,6 +51,9 @@
@endforeach
</div>
<div class="flex justify-center my-4">
<x-ads.horizontal-banner />
</div>
<h3
class="mt-8 text-2xl font-bold text-center text-transparent uppercase sm:text-3xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
@@ -86,4 +92,6 @@
</div>
</div>
</section>