Create coming soon section

This commit is contained in:
marzban-dev
2026-04-28 22:00:43 +03:30
parent 90a305234d
commit 3101be1e2e
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,20 @@
<script lang="ts" setup></script>
<template>
<div class="container mb-20 lg:mb-40 max-lg:mt-30">
<div class="flex flex-col items-center gap-3 mb-10 lg:mb-16 typo-h-6 md:typo-h-5 lg:typo-h-3 text-black">
منتظر یک اتفاق جذاب باشید...
</div>
<div class="overflow-hidden rounded-3xl w-full bg-neutral-200">
<video
src="/video/curtain-blue.webm"
class="w-full"
autoplay
muted
loop
playsinline
webkit-playsinline
/>
</div>
</div>
</template>