diff --git a/app/(app)/figlet/page.tsx b/app/(app)/figlet/page.tsx index 443ec15..7254552 100644 --- a/app/(app)/figlet/page.tsx +++ b/app/(app)/figlet/page.tsx @@ -1,17 +1,13 @@ import { FigletConverter } from '@/components/figlet/FigletConverter'; +import { AppPage } from '@/components/layout/AppPage'; export default function FigletPage() { return ( -
- ASCII Art Text Generator with 373 Fonts -
-- Professional browser-based media conversion for video, audio, and images -
-- Process multiple colors at once with manipulation operations -
-- Simulate how colors appear with different types of color blindness -
-- Test color combinations for WCAG 2.1 compliance -
-- Generate visually distinct colors using simulated annealing -
-- Create smooth color gradients with multiple stops -
-- Create color harmonies based on color theory principles -
-- Explore 148 CSS/X11 named colors -
-- Interactive color manipulation and analysis tool -
-- Automatically find the best text color (black or white) for any background color -
-- Smart unit converter with 187 units across 23 categories -
-+ {description} +
+ )} +