chore(ads): remove all ads

This commit is contained in:
Rico van Zelst
2025-12-31 22:38:31 +01:00
parent 4572d97925
commit 329e071e2b
20 changed files with 40 additions and 170 deletions

View File

@@ -17,8 +17,6 @@
</a>
</p>
<x-ads.common />
<!-- Hero Section with Splash Art -->
<div class="container mx-auto mt-8">
<!-- Compact Splash Art Section -->

View File

@@ -8,10 +8,6 @@
Champion Skins</h1>
<x-skins.searchbar />
<div class="flex justify-center my-4">
<x-ads.horizontal-banner />
</div>
@fragment('skin-list')
<div id="skin-list">
<div class="container flex items-center justify-center p-4 mx-auto mt-3">
@@ -51,8 +47,7 @@
</div>
<div class="flex items-end justify-center px-4 mt-auto mb-2 text-2xl text-white md:text-lg">
<p class="text-sm font-medium hover:text-orange-400"><a
href="/skin/{{ $skin->slug }}">More
<p class="text-sm font-medium hover:text-orange-400"><a href="/skin/{{ $skin->slug }}">More
details
<x-iconsax-bul-arrow-circle-right class="inline-block w-6" />
</a>
@@ -66,4 +61,4 @@
</div>
@endfragment
</section>
</section>