import { useEffect, useState } from "react"; import { updateSEO } from "../utils/seo"; import { Layers, CheckCircle2, Cpu, FileText, Image as ImageIcon, Video, Music, Command, Code, Search, ArrowRight } from "lucide-react"; import { motion } from "motion/react"; const FORMAT_CATEGORIES = [ { id: "docs", name: "Documents & Office", icon: , intro: "Convert reports, contracts, spreadsheets, presentations, and vector documents.", formats: [ { ext: "PDF", name: "Portable Document Format", bidirectional: true, speed: "Instant" }, { ext: "DOC/DOCX", name: "Microsoft Word Template", bidirectional: true, speed: "Ultra Fast" }, { ext: "XLS/XLSX", name: "Microsoft Excel Spreadsheet", bidirectional: true, speed: "Fast" }, { ext: "PPT/PPTX", name: "Microsoft PowerPoint Presentation", bidirectional: true, speed: "Fast" }, { ext: "TXT/RTF", name: "Plain and Rich Text Files", bidirectional: true, speed: "Instant" }, { ext: "CSV", name: "Comma Separated Values", bidirectional: true, speed: "Instant" }, { ext: "EPUB", name: "Electronic Publication eBook", bidirectional: true, speed: "Medium" }, { ext: "HTML/MHTML", name: "Web Document Format", bidirectional: true, speed: "Instant" }, ], }, { id: "images", name: "Images & Vectors", icon: , intro: "Compress design projects, generate modern formats, or export lossless vectors.", formats: [ { ext: "WEBP", name: "Google WebP Ultra Image", bidirectional: true, speed: "GPU Optimized" }, { ext: "PNG", name: "Lossless Portable Network Graphics", bidirectional: true, speed: "GPU Stacked" }, { ext: "JPG/JPEG", name: "Standard Joint Photographic Group", bidirectional: true, speed: "Instant" }, { ext: "SVG", name: "Scalable Vector Illustration", bidirectional: true, speed: "Instant" }, { ext: "TIFF", name: "High-definition Desktop Publishing", bidirectional: true, speed: "Fast" }, { ext: "GIF", name: "Graphical Interchange Animation", bidirectional: true, speed: "Medium" }, { ext: "BMP", name: "Bitmapped Color Grid Archive", bidirectional: true, speed: "Instant" }, { ext: "ICO", name: "Windows App Integration Icon", bidirectional: true, speed: "Instant" }, ], }, { id: "video", name: "Video & Animation", icon: