import { motion } from "framer-motion" import React from "react" interface SearchDemoProps { className?: string } export const SearchDemo: React.FC = ({ className = "" }) => { return (
{/* Main screenshot container */} {/* Gradient border effect */}
{/* Screenshot */}
Timeline Studio AI Interface {/* Animated overlay badges */} 🔥 AI-Powered Editor

AI Assistant Ready

Create professional videos with AI-powered editing, smart transitions, and viral optimization

âš¡ Instant Creation
🚀 Viral Ready
✨ Pro Effects
{/* Floating animated labels */} 🎬 Pro Quality 🌟 Go Viral
) } export default SearchDemo