<div class="grid lg:mb-10 md:grid-cols-2 wrapper enter">
	<div class="md:order-2">
		<img src="{{ '/assets/video.webp' | asset_url }}" alt="AI Video Generator" class="dark:hidden" width="1360" height="1160">

		<img src="{{ '/assets/video-dark.webp' | asset_url }}" alt="AI Video Generator" class="hidden dark:block" width="1360" height="1160">
	</div>

	<div class="flex items-center">
		<div class="p-12 w-full max-w-xl">
			<span class="badge">
				{{ d__('theme', 'Video') }}
			</span>

			<h3 class="mt-8">
				{{ dp__('theme', 'heading', 'Generate high-quality videos using AI Video generation tool.') }}
			</h3>

			<p class="mt-3 font-medium md:mt-6 md:text-xl">
				{{ d__('theme', "No video editing skills required - just upload your images and enter a few lines of prompt, that's it.") }}
			</p>

			<div class="mt-8 md:mt-14">
				<a href="app/video" class="gap-4 button button-primary">
					{{ dp__('theme', 'button', 'Try now') }}

					<i class="text-2xl ti ti-arrow-right"></i>
				</a>
			</div>
		</div>
	</div>
</div>
