1234567891011121314151617 |
- <template>
- <div class="mx-auto max-w-[940px] flex flex-col px-6 pt-8 lg:pt-16 lg:pb-16">
- <h2 class="font-inter text-white text-center font-bold mb-2 text-[28px] leading-[32px] lg:text-5xl lg:leading-[48px]">
- Highly optimized for Laravel 💪
- </h2>
- <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>
- <video loop autoplay muted playsinline class="w-full mt-16" src="https://docker-php-public-assets.serversideup.net/docker-laravel-horizon-demo.mp4">
- </video>
- </div>
- </template>
- <script setup>
- </script>
|