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",