diff --git a/resources/views/components/blog/ad-rotation.blade.php b/resources/views/components/blog/ad-rotation.blade.php index 2912ac9b..84ea4e49 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', 'devkit', 'ultra']]) +@props(['ads' => ['mobile', 'devkit', 'ultra', 'vibes', 'masterclass']]) @php $adsJson = json_encode($ads); @@ -159,4 +159,101 @@ 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)) + + {{-- Icon --}} +
+ +
+ + {{-- Title --}} +
+ The Masterclass +
+ + {{-- Tagline --}} +
+ Go from zero to + published app +
+ in no time +
+ + {{-- CTA --}} +
+ Learn More +
+ + {{-- Early Bird Label --}} +
+ Early Bird Pricing +
+ + {{-- Decorative stars --}} + + + +
+ @endif diff --git a/resources/views/docs/index.blade.php b/resources/views/docs/index.blade.php index 1d8cdb05..286513ff 100644 --- a/resources/views/docs/index.blade.php +++ b/resources/views/docs/index.blade.php @@ -26,7 +26,7 @@ {{-- Ad rotation --}} @@ -156,6 +156,6 @@ class="flex items-center justify-end gap-1.5 opacity-60" {{-- Mobile ad rotation --}}