diff --git a/app/(app)/figlet/page.tsx b/app/(app)/figlet/page.tsx
index 443ec15..9ee593f 100644
--- a/app/(app)/figlet/page.tsx
+++ b/app/(app)/figlet/page.tsx
@@ -9,6 +9,12 @@ export default function FigletPage() {
ASCII Art Text Generator with 373 Fonts
+
+ /
+ Focus Search
+ ESC
+ Clear Search
+
diff --git a/app/(app)/units/page.tsx b/app/(app)/units/page.tsx
index 179f5ce..c01c30d 100644
--- a/app/(app)/units/page.tsx
+++ b/app/(app)/units/page.tsx
@@ -9,6 +9,14 @@ export default function UnitsPage() {
Smart unit converter with 187 units across 23 categories
+
+ /
+ Focus Search
+ Ctrl+K
+ Command Palette
+ ESC
+ Close Dialogs
+
diff --git a/components/units/ui/Footer.tsx b/components/units/ui/Footer.tsx
index 86f6d42..1dd1e99 100644
--- a/components/units/ui/Footer.tsx
+++ b/components/units/ui/Footer.tsx
@@ -65,24 +65,6 @@ export default function Footer() {
-
- {/* Keyboard Shortcuts */}
-
-
Keyboard Shortcuts
-
- -
- / Focus search
-
- -
- Ctrl
- {' + '}
- K Command palette
-
- -
- ESC Close dialogs
-
-
-