diff --git a/resources/views/components/blog/ad-rotation.blade.php b/resources/views/components/blog/ad-rotation.blade.php index 375478c9..d34f3a8d 100644 --- a/resources/views/components/blog/ad-rotation.blade.php +++ b/resources/views/components/blog/ad-rotation.blade.php @@ -1,4 +1,4 @@ -@props(['ads' => ['mobile', 'desktop', 'bifrost', 'devkit', 'ultra', 'vibes', 'masterclass']]) +@props(['ads' => ['mobile', 'desktop', 'bifrost', 'devkit', 'ultra', 'masterclass']]) @php $adsJson = json_encode($ads); @@ -280,54 +280,6 @@ class="absolute bottom-12 right-6 z-10 w-2.5 text-amber-100 animate-pulse " @endif - {{-- The Vibes Ad --}} - @if (in_array('vibes', $ads)) - - {{-- Background image --}} - - - {{-- Title --}} -
- The Vibes -
- - {{-- Tagline --}} -
- The unofficial Laracon US - Day 3 -
- - {{-- CTA --}} -
- Grab Your Spot -
- - {{-- Scarcity Label --}} -
- Only 100 tickets! -
- - {{-- Decorative stars --}} - - -
- @endif - {{-- Masterclass Ad --}} @if (in_array('masterclass', $ads)) @@ -204,6 +204,6 @@ class="flex items-center justify-end gap-1.5 opacity-60" {{-- Mobile ad rotation --}}