"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; import { Zap, Type, Globe, Palette, Music, Image as ImageIcon, Sparkles } from "lucide-react"; export default function FeaturesPage() { return (

Advanced Feature Set

Explore the complete suite of AI-powered video editing capabilities designed to streamline your creative workflow and maximize content performance across all platforms.

Intelligent Analysis

Our advanced AI algorithms analyze your videos in real-time, identifying the most engaging moments and automatically creating optimized cuts.

Multi-Format Export

Export to every major platform simultaneously with platform-specific optimizations ensuring your content looks perfect everywhere.

Custom Branding

Add logos, watermarks, and branded elements to your videos with our intuitive overlay system and brand template library.

Collaboration Tools

Work seamlessly with team members through cloud-based project sharing, comments, and real-time editing capabilities.

); }