MarketingOptimized.vue 681 B

1234567891011121314151617
  1. <template>
  2. <div class="mx-auto max-w-[940px] flex flex-col px-6 pt-8 lg:pt-16 lg:pb-16">
  3. <h2 class="font-inter text-white text-center font-bold mb-2 text-[28px] leading-[32px] lg:text-5xl lg:leading-[48px]">
  4. Highly optimized for Laravel 💪
  5. </h2>
  6. <p class="text-slate-300 font-inter text-center font-normal text-xl lg:text-2xl">Horizon, queues, tasks, storage linking, migrations - these images handle it all.</p>
  7. <video loop autoplay muted playsinline class="w-full mt-16" src="https://docker-php-public-assets.serversideup.net/docker-laravel-horizon-demo.mp4">
  8. </video>
  9. </div>
  10. </template>
  11. <script setup>
  12. </script>