import DocEditorTabs from "../../../components/block-slider/DocEditorTabs"; import FancyFeatureNinteen from "../../../components/features/FancyFeatureNinteen"; import HeaderLandingEditor from "../../../components/header/landing/HeaderLandingEditor"; import HeroBannerEight from "../../../components/hero-banner/HeroBannerEight"; import TestimonialSeven from "../../../components/testimonial/TestimonialSeven"; import FooterSeven from "../../../components/footer/FooterSeven"; import CopyRightThree from "../../../components/footer/CopyRightThree"; import FacnyVideoTwo from "../../../components/video/FacnyVideoTwo"; import FacnyVideoThree from "../../../components/video/FacnyVideoThree"; import VideoGallery from "../../../components/video/VideoGallery"; import FancyBanner from "@/components/fancy-features/FancyBanner"; import Image from "next/image"; import dynamic from "next/dynamic"; const Scrollspy = dynamic(() => import('@/components/scrollpy/Scrollphy'), { ssr: false, }) export const metadata = { title: 'Video Editor Landing || Deski-Saas & Software Nextjs Template', description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`, } const VideoEditorLanding = () => { return (
{/* End Page SEO Content */} {/* End Header Landing Editor */} {/* ============================================= Theme Hero Banner ============================================== */}
{/* ============================================= Fancy Feature Eighteen ============================================== */}

Build with
800+ Stunning Effects

Rotate, merge, trim, split, crop and flip videos with a modern & simple ui

{/* Nav tabs */}
{/* End .container */} image image
{/* /.fancy-feature-eighteen */} {/* ============================================= Fancy Feature Nineteen ============================================== */}

Unleash Creativity with Pro Effects

Explore advanced video editing features that only professionals have access to!

{/* End .row */}
{/* /.fancy-feature-nineteen */} {/* ============================================= Fancy Feature Twenty ============================================== */}
{/* /.block-style-twenty */}
{/* /.block-style-twenty */}
{/* /.fancy-feature-twenty */} {/* ===================================================== Fancy Feature Twenty One ===================================================== */}

Ready Stunning Templates

Quick and easy to customize. No experience required.

{/* /.lg-container */}
{/* /.fancy-feature-twentyOne */} {/* ===================================================== Client Feedback Slider Six ===================================================== */}
FEEDBACK

Trusted by millions of creators.

{/* End .row */}
{/* End .container */}
{/* /.inner-container */}
{/* /.client-feedback-slider-six */} {/* ===================================================== Fancy Short Banner Nine ===================================================== */}
{/* /.theme-footer-seven */}
); }; export default VideoEditorLanding;