Spaces:
Running
Running
On click of how it works, Pricing and testimonials, it should scroll to respective places - Follow Up Deployment
a755949 verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>MotionPlus | AI-Powered Post-Production Automation</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"> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> | |
| <style> | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #6e8efb 0%, #a777e3 100%); | |
| } | |
| .hero-gradient { | |
| background: linear-gradient(135deg, rgba(110, 142, 251, 0.1) 0%, rgba(167, 119, 227, 0.1) 100%); | |
| } | |
| .feature-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .glow { | |
| box-shadow: 0 0 20px rgba(167, 119, 227, 0.5); | |
| } | |
| .video-container { | |
| border-radius: 16px; | |
| overflow: hidden; | |
| transform: perspective(1000px) rotateX(5deg); | |
| } | |
| </style> | |
| </head> | |
| <body class="font-['Inter'] bg-gray-50 text-gray-800"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm sticky top-0 z-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-16"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 flex items-center"> | |
| <i class="fas fa-film text-purple-600 text-2xl mr-2"></i> | |
| <span class="text-xl font-bold text-gray-900">Motion<span class="text-purple-600">Plus</span></span> | |
| </div> | |
| </div> | |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> | |
| <a href="#features" class="text-gray-700 hover:text-purple-600 px-3 py-2 text-sm font-medium">Features</a> | |
| <a href="#how-it-works" class="text-gray-700 hover:text-purple-600 px-3 py-2 text-sm font-medium" onclick="scrollToSection('how-it-works')">How It Works</a> | |
| <a href="#pricing" class="text-gray-700 hover:text-purple-600 px-3 py-2 text-sm font-medium" onclick="scrollToSection('pricing')">Pricing</a> | |
| <a href="#testimonials" class="text-gray-700 hover:text-purple-600 px-3 py-2 text-sm font-medium" onclick="scrollToSection('testimonials')">Testimonials</a> | |
| </div> | |
| <div class="flex items-center"> | |
| <a href="#" class="px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white gradient-bg hover:opacity-90"> | |
| Get Started | |
| </a> | |
| <button class="md:hidden ml-4 inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-purple-600 focus:outline-none"> | |
| <i class="fas fa-bars"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-gradient"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-28"> | |
| <div class="md:flex md:items-center md:justify-between"> | |
| <div class="md:w-1/2 mb-10 md:mb-0"> | |
| <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6"> | |
| Revolutionize Your <span class="text-purple-600">Post-Production</span> with AI | |
| </h1> | |
| <p class="text-lg text-gray-600 mb-8"> | |
| MotionPlus automates tedious editing tasks, saving you hours of work while delivering professional-quality results. | |
| </p> | |
| <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <a href="#" class="px-6 py-3 border border-transparent text-base font-medium rounded-md text-white gradient-bg hover:opacity-90 text-center"> | |
| Start Free Trial | |
| </a> | |
| <a href="#how-it-works" class="px-6 py-3 border border-gray-300 text-base font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 text-center"> | |
| See How It Works | |
| </a> | |
| </div> | |
| <div class="mt-8 flex items-center"> | |
| <div class="flex -space-x-2"> | |
| <img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/12.jpg" alt=""> | |
| <img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/men/32.jpg" alt=""> | |
| <img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/45.jpg" alt=""> | |
| </div> | |
| <p class="ml-4 text-sm text-gray-600"> | |
| Trusted by <span class="font-semibold">1,000+</span> video professionals | |
| </p> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 flex justify-center"> | |
| <div class="video-container relative w-full max-w-lg"> | |
| <div class="aspect-w-16 aspect-h-9 bg-gray-200 rounded-lg overflow-hidden"> | |
| <div class="absolute inset-0 flex items-center justify-center"> | |
| <i class="fas fa-play-circle text-purple-600 text-5xl opacity-90"></i> | |
| </div> | |
| </div> | |
| <div class="absolute -bottom-4 -left-4 w-24 h-24 rounded-full bg-purple-200 opacity-30"></div> | |
| <div class="absolute -top-4 -right-4 w-20 h-20 rounded-full bg-blue-200 opacity-30"></div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Logo Cloud --> | |
| <div class="bg-white py-12"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <p class="text-center text-sm font-semibold uppercase text-gray-500 tracking-wide mb-8"> | |
| Trusted by industry leaders | |
| </p> | |
| <div class="grid grid-cols-2 gap-8 md:grid-cols-6 lg:grid-cols-5"> | |
| <div class="col-span-1 flex justify-center items-center"> | |
| <i class="fab fa-adobe text-4xl text-gray-600"></i> | |
| </div> | |
| <div class="col-span-1 flex justify-center items-center"> | |
| <i class="fab fa-youtube text-4xl text-red-600"></i> | |
| </div> | |
| <div class="col-span-1 flex justify-center items-center"> | |
| <i class="fab fa-vimeo-v text-4xl text-blue-500"></i> | |
| </div> | |
| <div class="col-span-1 flex justify-center items-center"> | |
| <i class="fas fa-film text-4xl text-gray-600"></i> | |
| </div> | |
| <div class="col-span-1 flex justify-center items-center"> | |
| <i class="fab fa-instagram text-4xl text-pink-600"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Features Section --> | |
| <section id="features" class="py-20 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">Powerful Features for Creative Professionals</h2> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto"> | |
| MotionPlus combines cutting-edge AI with intuitive tools to streamline your workflow. | |
| </p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Feature 1 --> | |
| <div class="feature-card bg-white rounded-xl p-8 shadow-md transition-all duration-300"> | |
| <div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-magic text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Auto Color Correction</h3> | |
| <p class="text-gray-600"> | |
| Our AI analyzes your footage and applies professional-grade color correction in seconds. | |
| </p> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="feature-card bg-white rounded-xl p-8 shadow-md transition-all duration-300"> | |
| <div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-cut text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Smart Editing</h3> | |
| <p class="text-gray-600"> | |
| Automatically remove pauses, ums, and filler words from interviews and podcasts. | |
| </p> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="feature-card bg-white rounded-xl p-8 shadow-md transition-all duration-300"> | |
| <div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-headphones text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Audio Enhancement</h3> | |
| <p class="text-gray-600"> | |
| Reduce background noise, balance levels, and enhance voice clarity with one click. | |
| </p> | |
| </div> | |
| <!-- Feature 4 --> | |
| <div class="feature-card bg-white rounded-xl p-8 shadow-md transition-all duration-300"> | |
| <div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-subscript text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Auto Captioning</h3> | |
| <p class="text-gray-600"> | |
| Generate accurate captions in multiple languages with perfect timing. | |
| </p> | |
| </div> | |
| <!-- Feature 5 --> | |
| <div class="feature-card bg-white rounded-xl p-8 shadow-md transition-all duration-300"> | |
| <div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-bolt text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">Lightning Fast Rendering</h3> | |
| <p class="text-gray-600"> | |
| Export your projects up to 5x faster with our optimized rendering engine. | |
| </p> | |
| </div> | |
| <!-- Feature 6 --> | |
| <div class="feature-card bg-white rounded-xl p-8 shadow-md transition-all duration-300"> | |
| <div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-share-alt text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-3">One-Click Sharing</h3> | |
| <p class="text-gray-600"> | |
| Publish directly to YouTube, Vimeo, Instagram, and other platforms instantly. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- How It Works Section --> | |
| <section id="how-it-works" class="py-20 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">How MotionPlus Works</h2> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto"> | |
| Get professional results in just three simple steps. | |
| </p> | |
| </div> | |
| <div class="flex flex-col md:flex-row items-center justify-between space-y-12 md:space-y-0"> | |
| <!-- Step 1 --> | |
| <div class="flex flex-col items-center text-center max-w-xs"> | |
| <div class="w-20 h-20 gradient-bg rounded-full flex items-center justify-center text-white text-2xl font-bold mb-6">1</div> | |
| <h3 class="text-xl font-semibold mb-3">Upload Your Media</h3> | |
| <p class="text-gray-600"> | |
| Drag and drop your video files or connect your cloud storage. | |
| </p> | |
| </div> | |
| <!-- Arrow --> | |
| <div class="hidden md:block"> | |
| <i class="fas fa-arrow-right text-gray-400 text-3xl"></i> | |
| </div> | |
| <!-- Step 2 --> | |
| <div class="flex flex-col items-center text-center max-w-xs"> | |
| <div class="w-20 h-20 gradient-bg rounded-full flex items-center justify-center text-white text-2xl font-bold mb-6">2</div> | |
| <h3 class="text-xl font-semibold mb-3">Let AI Work Its Magic</h3> | |
| <p class="text-gray-600"> | |
| Our algorithms analyze and enhance your content automatically. | |
| </p> | |
| </div> | |
| <!-- Arrow --> | |
| <div class="hidden md:block"> | |
| <i class="fas fa-arrow-right text-gray-400 text-3xl"></i> | |
| </div> | |
| <!-- Step 3 --> | |
| <div class="flex flex-col items-center text-center max-w-xs"> | |
| <div class="w-20 h-20 gradient-bg rounded-full flex items-center justify-center text-white text-2xl font-bold mb-6">3</div> | |
| <h3 class="text-xl font-semibold mb-3">Download & Share</h3> | |
| <p class="text-gray-600"> | |
| Get your polished video ready to publish in minutes. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="mt-16 text-center"> | |
| <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white gradient-bg hover:opacity-90"> | |
| <i class="fas fa-play-circle mr-2"></i> Watch Demo | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Pricing Section --> | |
| <section id="pricing" class="py-20 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">Simple, Transparent Pricing</h2> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto"> | |
| Choose the plan that fits your needs. No hidden fees, cancel anytime. | |
| </p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto"> | |
| <!-- Basic Plan --> | |
| <div class="bg-white rounded-xl shadow-md overflow-hidden border border-gray-200"> | |
| <div class="px-6 py-8"> | |
| <h3 class="text-lg font-medium text-gray-900 mb-1">Basic</h3> | |
| <p class="text-gray-600 mb-6">For hobbyists & beginners</p> | |
| <div class="flex items-baseline mb-6"> | |
| <span class="text-4xl font-extrabold text-gray-900">$19</span> | |
| <span class="ml-1 text-lg font-medium text-gray-600">/mo</span> | |
| </div> | |
| <ul class="space-y-3"> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check text-green-500 mr-2"></i> | |
| <span>10 hours of processing</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check text-green-500 mr-2"></i> | |
| <span>720p exports</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check text-green-500 mr-2"></i> | |
| <span>Basic editing tools</span> | |
| </li> | |
| <li class="flex items-center text-gray-400"> | |
| <i class="fas fa-times mr-2"></i> | |
| <span>No auto-captioning</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="px-6 py-4 bg-gray-50"> | |
| <button class="w-full px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white gradient-bg hover:opacity-90"> | |
| Get Started | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Pro Plan (Featured) --> | |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden border-2 border-purple-500 transform scale-105 glow"> | |
| <div class="px-6 py-8"> | |
| <div class="flex justify-between items-start"> | |
| <div> | |
| <h3 class="text-lg font-medium text-gray-900 mb-1">Professional</h3> | |
| <p class="text-gray-600 mb-6">For content creators & professionals</p> | |
| </div> | |
| <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-purple-100 text-purple-800"> | |
| Popular | |
| </span> | |
| </div> | |
| <div class="flex items-baseline mb-6"> | |
| <span class="text-4xl font-extrabold text-gray-900">$49</span> | |
| <span class="ml-1 text-lg font-medium text-gray-600">/mo</span> | |
| </div> | |
| <ul class="space-y-3"> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check text-green-500 mr-2"></i> | |
| <span>50 hours of processing</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check text-green-500 mr-2"></i> | |
| <span>1080p exports</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check text-green-500 mr-2"></i> | |
| <span>Advanced editing tools</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check text-green-500 mr-2"></i> | |
| <span>Auto-captioning</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="px-6 py-4 bg-gray-50"> | |
| <button class="w-full px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white gradient-bg hover:opacity-90"> | |
| Get Started | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Enterprise Plan --> | |
| <div class="bg-white rounded-xl shadow-md overflow-hidden border border-gray-200"> | |
| <div class="px-6 py-8"> | |
| <h3 class="text-lg font-medium text-gray-900 mb-1">Enterprise</h3> | |
| <p class="text-gray-600 mb-6">For studios & production houses</p> | |
| <div class="flex items-baseline mb-6"> | |
| <span class="text-4xl font-extrabold text-gray-900">$199</span> | |
| <span class="ml-1 text-lg font-medium text-gray-600">/mo</span> | |
| </div> | |
| <ul class="space-y-3"> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check text-green-500 mr-2"></i> | |
| <span>Unlimited processing</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check text-green-500 mr-2"></i> | |
| <span>4K exports</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check text-green-500 mr-2"></i> | |
| <span>All advanced tools</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check text-green-500 mr-2"></i> | |
| <span>Priority support</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="px-6 py-4 bg-gray-50"> | |
| <button class="w-full px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white gradient-bg hover:opacity-90"> | |
| Get Started | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 text-center"> | |
| <p class="text-gray-600"> | |
| Need a custom plan? <a href="#" class="text-purple-600 hover:text-purple-700 font-medium">Contact our sales team</a> | |
| </p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section id="testimonials" class="py-20 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">What Our Customers Say</h2> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto"> | |
| Don't just take our word for it. Here's what professionals are saying about MotionPlus. | |
| </p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="bg-white p-8 rounded-xl shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/women/32.jpg" alt=""> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium text-gray-900">Sarah Johnson</h4> | |
| <p class="text-purple-600">Video Producer</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600"> | |
| "MotionPlus has cut my editing time in half. The auto color correction is so accurate it's like having a professional colorist on my team." | |
| </p> | |
| <div class="mt-4 flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="bg-white p-8 rounded-xl shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/men/54.jpg" alt=""> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium text-gray-900">Michael Chen</h4> | |
| <p class="text-purple-600">Content Creator</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600"> | |
| "As a solo creator, I don't have time for tedious editing. MotionPlus automates the boring parts so I can focus on storytelling." | |
| </p> | |
| <div class="mt-4 flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="bg-white p-8 rounded-xl shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt=""> | |
| </div> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium text-gray-900">Emma Rodriguez</h4> | |
| <p class="text-purple-600">Marketing Director</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600"> | |
| "Our marketing team produces 3x more video content now thanks to MotionPlus. The quality is consistent and professional every time." | |
| </p> | |
| <div class="mt-4 flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="gradient-bg py-20"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h2 class="text-3xl font-bold text-white mb-6">Ready to Transform Your Workflow?</h2> | |
| <p class="text-xl text-purple-100 mb-8 max-w-3xl mx-auto"> | |
| Join thousands of professionals who are saving time and creating better content with MotionPlus. | |
| </p> | |
| <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <a href="#" class="px-8 py-3 border border-transparent text-base font-medium rounded-md text-purple-700 bg-white hover:bg-gray-100"> | |
| Start Free Trial | |
| </a> | |
| <a href="#" class="px-8 py-3 border border-white text-base font-medium rounded-md text-white hover:bg-purple-700"> | |
| Schedule Demo | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8"> | |
| <div class="col-span-2"> | |
| <div class="flex items-center mb-4"> | |
| <i class="fas fa-film text-purple-500 text-2xl mr-2"></i> | |
| <span class="text-xl font-bold">Motion<span class="text-purple-500">Plus</span></span> | |
| </div> | |
| <p class="text-gray-400 mb-4"> | |
| AI-powered post-production automation for creative professionals. | |
| </p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-facebook"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-linkedin"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-300 uppercase tracking-wider mb-4">Product</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Features</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Pricing</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Integrations</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Updates</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-300 uppercase tracking-wider mb-4">Company</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">About</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="mt-12 pt-8 border-t border-gray-800"> | |
| <p class="text-gray-400 text-sm text-center"> | |
| © 2023 MotionPlus. All rights reserved. | |
| </p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| function scrollToSection(sectionId) { | |
| document.getElementById(sectionId).scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| } | |
| // Simple JavaScript for mobile menu toggle (would be expanded in a real implementation) | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const mobileMenuButton = document.querySelector('button[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'); | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| document.querySelector(this.getAttribute('href')).scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| }); | |
| }); | |
| }); | |
| </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=basavarajpujar/framenext-studio" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |