'use client'; import { motion } from 'framer-motion'; import ToolCard from './ToolCard'; const tools = [ { title: 'Convert', description: 'Modern browser-based file converter powered by WebAssembly. Convert videos, images, and audio locally without server uploads. Privacy-first with no file size limits.', url: 'https://convert.kit.pivoine.art', gradient: 'gradient-green-teal', accentColor: '#10b981', badges: ['Open Source', 'Converter', 'Free'], icon: ( ), }, { title: 'Pastel', description: 'Modern color manipulation toolkit with palette generation, accessibility testing, and format conversion. Supports hex, RGB, HSL, Lab, and more.', url: 'https://pastel.kit.pivoine.art', gradient: 'gradient-indigo-purple', accentColor: '#a855f7', badges: ['Open Source', 'WCAG', 'Free'], icon: ( ), }, { title: 'Audio', description: 'Professional browser-based audio editor with multi-track editing, advanced effects, and real-time analysis. Record, edit, and export to WAV, MP3, OGG, or FLAC entirely in your browser.', url: 'https://audio.kit.pivoine.art', gradient: 'gradient-orange-pink', accentColor: '#f97316', badges: ['Open Source', 'Audio Editor', 'Free'], icon: ( ), }, { title: 'Units', description: 'Smart unit converter with 187 units across 23 categories. Real-time bidirectional conversion with fuzzy search and conversion history.', url: 'https://units.kit.pivoine.art', gradient: 'gradient-cyan-purple', accentColor: '#2dd4bf', badges: ['Open Source', 'Real-time', 'Free'], icon: ( ), }, { title: 'Paint', description: 'Modern browser-based image editor with multi-layer canvas, drawing tools, and 50+ filters. Inspired by miniPaint, built for the modern web with full editing capabilities.', url: 'https://paint.kit.pivoine.art', gradient: 'gradient-pink-rose', accentColor: '#ec4899', badges: ['Open Source', 'Image Editor', 'Free'], icon: ( ), }, { title: 'Figlet', description: 'ASCII art text generator with 373 fonts. Create stunning text banners, terminal art, and retro designs with live preview and multiple export formats.', url: 'https://figlet.kit.pivoine.art', gradient: 'gradient-yellow-amber', accentColor: '#eab308', badges: ['Open Source', 'ASCII Art', 'Free'], icon: ( ), }, ]; export default function ToolsGrid() { return ( {/* Section heading */} Available Tools Explore our collection of carefully crafted tools designed to boost your productivity and creativity. {/* Tools grid */} {tools.map((tool, index) => ( ))} ); }
Explore our collection of carefully crafted tools designed to boost your productivity and creativity.