diff --git a/README.md b/README.md
index 6820879..8c938d7 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,6 @@ Tailwind CSS 4 uses a new CSS-first configuration approach:
## Available Tools
- **Vert** - Privacy-focused file converter (images, audio, documents)
-- **Paint** - Browser-based image editor
- **Pastel** - Modern color manipulation toolkit with palette generation and accessibility testing
- **Stirling** - Powerful PDF toolkit with 50+ operations (merge, split, convert, OCR, sign)
- **Units** - Smart unit converter with 187 units across 23 categories (length, mass, temperature, etc.)
diff --git a/components/Footer.tsx b/components/Footer.tsx
index 5196336..e68b766 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -24,7 +24,7 @@ export default function Footer() {
Your Creative Toolkit
- 7 Tools
+ 6 Tools
•
Open Source
@@ -61,7 +61,6 @@ export default function Footer() {
Tools
Vert
-
Paint
Pastel
Stirling
Units
diff --git a/components/Stats.tsx b/components/Stats.tsx
index fc641a4..310ae83 100644
--- a/components/Stats.tsx
+++ b/components/Stats.tsx
@@ -4,7 +4,7 @@ import { motion } from 'framer-motion';
const stats = [
{
- number: '7',
+ number: '6',
label: 'Tools',
icon: (
),
},
- {
- title: 'Paint',
- description: 'An advanced image editor running in your browser. Edit photos, create graphics, and more.',
- url: 'https://paint.kit.pivoine.art',
- gradient: 'gradient-orange-pink',
- accentColor: '#f97316',
- badges: ['Browser-Based', 'Free'],
- icon: (
-
- ),
- },
{
title: 'Pastel',
description: 'Modern color manipulation toolkit with palette generation, accessibility testing, and format conversion. Supports hex, RGB, HSL, Lab, and more.',