fix: add missing Color Blindness Simulation and Beautify to landing page tool list

This commit is contained in:
SnapOtter
2026-05-08 16:39:48 +08:00
parent 3d9324b82a
commit 666880b158
@@ -153,6 +153,12 @@ const tools: { name: string; description: string; category: string; icon: Lucide
category: "adjustments",
icon: Pipette,
},
{
name: "Color Blindness Simulation",
description: "Simulate how images appear under different types of color vision deficiency",
category: "adjustments",
icon: Eye,
},
// AI Tools
{
name: "Remove Background",
@@ -337,6 +343,12 @@ const tools: { name: string; description: string; category: string; icon: Lucide
category: "layout",
icon: Frame,
},
{
name: "Beautify Screenshot",
description: "Add gradient backgrounds, device frames, shadows, and social media sizing",
category: "layout",
icon: Sparkles,
},
// Format & Conversion
{
name: "SVG to Raster",