From 666880b1589c4948b511ec4ab193435bc714e3f1 Mon Sep 17 00:00:00 2001 From: SnapOtter Date: Fri, 8 May 2026 16:39:48 +0800 Subject: [PATCH] fix: add missing Color Blindness Simulation and Beautify to landing page tool list --- apps/landing/src/components/bento-grid.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/landing/src/components/bento-grid.tsx b/apps/landing/src/components/bento-grid.tsx index 668089d2..007d6b9d 100644 --- a/apps/landing/src/components/bento-grid.tsx +++ b/apps/landing/src/components/bento-grid.tsx @@ -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",