File size: 22,809 Bytes
1192344 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video AI Workstation & Partner Tools</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.feature-icon {
transition: all 0.3s ease;
}
.feature-card:hover .feature-icon {
transform: scale(1.1);
}
</style>
</head>
<body class="bg-gray-900 text-gray-100 min-h-screen">
<!-- Navigation -->
<nav class="bg-gray-800 border-b border-gray-700 sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<span class="text-2xl font-bold gradient-text">VAI</span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium bg-gray-900 text-white">Home</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Features</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Pricing</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Templates</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Resources</a>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center md:ml-6">
<button class="p-1 rounded-full text-gray-400 hover:text-white focus:outline-none">
<span class="sr-only">View notifications</span>
<i class="fas fa-bell h-6 w-6"></i>
</button>
<button class="ml-3 px-4 py-2 rounded-md text-sm font-medium bg-indigo-600 text-white hover:bg-indigo-700">
Get Started
</button>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars h-6 w-6"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="md:hidden hidden" id="mobile-menu">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-white bg-gray-900">Home</a>
<a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Features</a>
<a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Pricing</a>
<a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Templates</a>
<a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Resources</a>
</div>
<div class="pt-4 pb-3 border-t border-gray-700">
<div class="flex items-center px-5">
<button class="ml-auto px-4 py-2 rounded-md text-sm font-medium bg-indigo-600 text-white hover:bg-indigo-700">
Get Started
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="relative bg-gray-800 overflow-hidden">
<div class="max-w-7xl mx-auto">
<div class="relative z-10 pb-8 bg-gray-800 sm:pb-16 md:pb-20 lg:max-w-2xl lg:w-full lg:pb-28 xl:pb-32">
<main class="mt-10 mx-auto max-w-7xl px-4 sm:mt-12 sm:px-6 md:mt-16 lg:mt-20 lg:px-8 xl:mt-28">
<div class="sm:text-center lg:text-left">
<h1 class="text-4xl tracking-tight font-extrabold text-white sm:text-5xl md:text-6xl">
<span class="block">Transform Your</span>
<span class="block gradient-text">Video Production</span>
</h1>
<p class="mt-3 text-base text-gray-300 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
The ultimate AI-powered workstation for creators, marketers, and businesses. Automate, enhance, and streamline your video workflow.
</p>
<div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
<div class="rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10">
Start Free Trial
</a>
</div>
<div class="mt-3 sm:mt-0 sm:ml-3">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-300 bg-gray-700 hover:bg-gray-600 md:py-4 md:text-lg md:px-10">
Watch Demo
</a>
</div>
</div>
</div>
</main>
</div>
</div>
<div class="lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2">
<img class="h-56 w-full object-cover sm:h-72 md:h-96 lg:w-full lg:h-full" src="https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80" alt="">
</div>
</div>
<!-- Features Section -->
<div class="py-12 bg-gray-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-400 font-semibold tracking-wide uppercase">Features</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
Everything you need in one place
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-300 lg:mx-auto">
Our comprehensive suite of tools covers every aspect of video production and marketing.
</p>
</div>
<div class="mt-10">
<div class="grid grid-cols-1 gap-10 sm:grid-cols-2 lg:grid-cols-3">
<!-- Feature 1 -->
<div class="feature-card bg-gray-700 rounded-lg p-6 transition-all duration-300 hover:bg-gray-600">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white mb-5">
<i class="fas fa-film feature-icon text-xl"></i>
</div>
<h3 class="text-lg font-medium text-white mb-2">AI Video Editing</h3>
<p class="text-gray-300">
Smart timeline editing with automated scene detection, color correction, and audio mixing powered by AI.
</p>
</div>
<!-- Feature 2 -->
<div class="feature-card bg-gray-700 rounded-lg p-6 transition-all duration-300 hover:bg-gray-600">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white mb-5">
<i class="fas fa-robot feature-icon text-xl"></i>
</div>
<h3 class="text-lg font-medium text-white mb-2">Content Generation</h3>
<p class="text-gray-300">
AI-assisted scriptwriting, storyboarding, and scene composition suggestions tailored to your style.
</p>
</div>
<!-- Feature 3 -->
<div class="feature-card bg-gray-700 rounded-lg p-6 transition-all duration-300 hover:bg-gray-600">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white mb-5">
<i class="fas fa-chart-line feature-icon text-xl"></i>
</div>
<h3 class="text-lg font-medium text-white mb-2">Marketing Analytics</h3>
<p class="text-gray-300">
Comprehensive performance tracking and A/B testing tools to optimize your video marketing strategy.
</p>
</div>
<!-- Feature 4 -->
<div class="feature-card bg-gray-700 rounded-lg p-6 transition-all duration-300 hover:bg-gray-600">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white mb-5">
<i class="fas fa-users feature-icon text-xl"></i>
</div>
<h3 class="text-lg font-medium text-white mb-2">Collaboration Tools</h3>
<p class="text-gray-300">
Real-time collaboration features for teams with task assignment, version control, and feedback tools.
</p>
</div>
<!-- Feature 5 -->
<div class="feature-card bg-gray-700 rounded-lg p-6 transition-all duration-300 hover:bg-gray-600">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-red-500 text-white mb-5">
<i class="fas fa-trademark feature-icon text-xl"></i>
</div>
<h3 class="text-lg font-medium text-white mb-2">Brand Management</h3>
<p class="text-gray-300">
Maintain brand consistency with logo animation tools, style enforcement, and asset organization.
</p>
</div>
<!-- Feature 6 -->
<div class="feature-card bg-gray-700 rounded-lg p-6 transition-all duration-300 hover:bg-gray-600">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-yellow-500 text-white mb-5">
<i class="fas fa-cloud feature-icon text-xl"></i>
</div>
<h3 class="text-lg font-medium text-white mb-2">Cloud Integration</h3>
<p class="text-gray-300">
Seamless integration with popular cloud storage providers and partner tools for a unified workflow.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Version Showcase -->
<div class="py-16 bg-gray-900 overflow-hidden">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-base text-indigo-400 font-semibold tracking-wide uppercase">Versions</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
Tailored solutions for every need
</p>
</div>
<div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-3 lg:max-w-none">
<!-- Version 1 -->
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden card-hover transition-all duration-300">
<div class="flex-shrink-0 bg-gradient-to-r from-purple-600 to-indigo-600">
<div class="h-48 flex items-center justify-center">
<i class="fas fa-paint-brush text-white text-6xl"></i>
</div>
</div>
<div class="flex-1 bg-gray-800 p-6 flex flex-col justify-between">
<div class="flex-1">
<p class="text-sm font-medium text-indigo-400">
For Creatives
</p>
<h3 class="mt-2 text-xl font-semibold text-white">
Creative Professionals
</h3>
<p class="mt-3 text-base text-gray-300">
A visually rich experience focused on video editors and animators with dynamic tools and creative community.
</p>
</div>
<div class="mt-6">
<a href="#" class="text-sm font-medium text-indigo-400 hover:text-indigo-300">
Learn more <span aria-hidden="true">→</span>
</a>
</div>
</div>
</div>
<!-- Version 2 -->
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden card-hover transition-all duration-300">
<div class="flex-shrink-0 bg-gradient-to-r from-blue-600 to-cyan-600">
<div class="h-48 flex items-center justify-center">
<i class="fas fa-bullhorn text-white text-6xl"></i>
</div>
</div>
<div class="flex-1 bg-gray-800 p-6 flex flex-col justify-between">
<div class="flex-1">
<p class="text-sm font-medium text-blue-400">
For Businesses
</p>
<h3 class="mt-2 text-xl font-semibold text-white">
Marketing Teams
</h3>
<p class="mt-3 text-base text-gray-300">
Data-driven tools for social media optimization and analytics to maximize your video marketing ROI.
</p>
</div>
<div class="mt-6">
<a href="#" class="text-sm font-medium text-blue-400 hover:text-blue-300">
Learn more <span aria-hidden="true">→</span>
</a>
</div>
</div>
</div>
<!-- Version 3 -->
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden card-hover transition-all duration-300">
<div class="flex-shrink-0 bg-gradient-to-r from-green-600 to-teal-600">
<div class="h-48 flex items-center justify-center">
<i class="fas fa-graduation-cap text-white text-6xl"></i>
</div>
</div>
<div class="flex-1 bg-gray-800 p-6 flex flex-col justify-between">
<div class="flex-1">
<p class="text-sm font-medium text-green-400">
For Education
</p>
<h3 class="mt-2 text-xl font-semibold text-white">
Educational Institutions
</h3>
<p class="mt-3 text-base text-gray-300">
Resources for teaching video production with AI, including lesson plans and collaborative classroom tools.
</p>
</div>
<div class="mt-6">
<a href="#" class="text-sm font-medium text-green-400 hover:text-green-300">
Learn more <span aria-hidden="true">→</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between">
<h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
<span class="block">Ready to dive in?</span>
<span class="block gradient-text">Start your free trial today.</span>
</h2>
<div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
<div class="inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700">
Get started
</a>
</div>
<div class="ml-3 inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-300 bg-gray-700 hover:bg-gray-600">
Learn more
</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-900">
<div class="max-w-7xl mx-auto py-12 px-4 overflow-hidden sm:px-6 lg:px-8">
<nav class="-mx-5 -my-2 flex flex-wrap justify-center" aria-label="Footer">
<div class="px-5 py-2">
<a href="#" class="text-base text-gray-400 hover:text-white">
About
</a>
</div>
<div class="px-5 py-2">
<a href="#" class="text-base text-gray-400 hover:text-white">
Blog
</a>
</div>
<div class="px-5 py-2">
<a href="#" class="text-base text-gray-400 hover:text-white">
Jobs
</a>
</div>
<div class="px-5 py-2">
<a href="#" class="text-base text-gray-400 hover:text-white">
Press
</a>
</div>
<div class="px-5 py-2">
<a href="#" class="text-base text-gray-400 hover:text-white">
Accessibility
</a>
</div>
<div class="px-5 py-2">
<a href="#" class="text-base text-gray-400 hover:text-white">
Partners
</a>
</div>
</nav>
<div class="mt-8 flex justify-center space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<span class="sr-only">Facebook</span>
<i class="fab fa-face-f text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<span class="sr-only">Instagram</span>
<i class="fab fa-instagram text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<span class="sr-only">Twitter</span>
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<span class="sr-only">GitHub</span>
<i class="fab fa-github text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<span class="sr-only">YouTube</span>
<i class="fab fa-youtube text-xl"></i>
</a>
</div>
<p class="mt-8 text-center text-base text-gray-400">
© 2023 Video AI Workstation. All rights reserved.
</p>
</div>
</footer>
<script>
// Mobile menu toggle
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuButton = document.querySelector('[aria-controls="mobile-menu"]');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', function() {
const expanded = this.getAttribute('aria-expanded') === 'true';
this.setAttribute('aria-expanded', !expanded);
mobileMenu.classList.toggle('hidden');
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=XXXMARK/vai" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |