diff --git a/app/accessibility/colorblind/page.tsx b/app/accessibility/colorblind/page.tsx index 5ae0290..5c36393 100644 --- a/app/accessibility/colorblind/page.tsx +++ b/app/accessibility/colorblind/page.tsx @@ -59,8 +59,8 @@ export default function ColorBlindPage() { }; return ( -
-
+
+

Color Blindness Simulator

diff --git a/app/accessibility/contrast/page.tsx b/app/accessibility/contrast/page.tsx index 483487d..410fb87 100644 --- a/app/accessibility/contrast/page.tsx +++ b/app/accessibility/contrast/page.tsx @@ -56,8 +56,8 @@ export default function ContrastPage() { ); return ( -

-
+
+

Contrast Checker

diff --git a/app/accessibility/page.tsx b/app/accessibility/page.tsx index 7e13bd4..2919098 100644 --- a/app/accessibility/page.tsx +++ b/app/accessibility/page.tsx @@ -27,8 +27,8 @@ export default function AccessibilityPage() { ]; return ( -

-
+
+

Accessibility Tools

diff --git a/app/accessibility/textcolor/page.tsx b/app/accessibility/textcolor/page.tsx index fb464c5..92c2aa2 100644 --- a/app/accessibility/textcolor/page.tsx +++ b/app/accessibility/textcolor/page.tsx @@ -54,8 +54,8 @@ export default function TextColorPage() { }; return ( -

-
+
+

Text Color Optimizer

diff --git a/app/batch/page.tsx b/app/batch/page.tsx index 659dda2..d3b9880 100644 --- a/app/batch/page.tsx +++ b/app/batch/page.tsx @@ -84,8 +84,8 @@ export default function BatchPage() { rotateMutation.isPending; return ( -

-
+
+

Batch Operations

diff --git a/app/names/page.tsx b/app/names/page.tsx index f014a0e..3656b58 100644 --- a/app/names/page.tsx +++ b/app/names/page.tsx @@ -32,8 +32,8 @@ export default function NamedColorsPage() { }, [data, search, sortBy]); return ( -

-
+
+

Named Colors

diff --git a/app/page.tsx b/app/page.tsx index 228f332..395795a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,7 +1,7 @@ export default function Home() { return ( -

-
+
+

Pastel UI

diff --git a/app/palettes/distinct/page.tsx b/app/palettes/distinct/page.tsx index 7657f45..df5e0a1 100644 --- a/app/palettes/distinct/page.tsx +++ b/app/palettes/distinct/page.tsx @@ -37,8 +37,8 @@ export default function DistinctPage() { }; return ( -
-
+
+

Distinct Colors Generator

diff --git a/app/palettes/gradient/page.tsx b/app/palettes/gradient/page.tsx index f58a2d3..cd133b8 100644 --- a/app/palettes/gradient/page.tsx +++ b/app/palettes/gradient/page.tsx @@ -52,8 +52,8 @@ export default function GradientPage() { }; return ( -

-
+
+

Gradient Creator

diff --git a/app/palettes/harmony/page.tsx b/app/palettes/harmony/page.tsx index 1ac169c..8e0d53c 100644 --- a/app/palettes/harmony/page.tsx +++ b/app/palettes/harmony/page.tsx @@ -52,8 +52,8 @@ export default function HarmonyPage() { }; return ( -

-
+
+

Harmony Palette Generator

diff --git a/app/palettes/page.tsx b/app/palettes/page.tsx index 0992dd0..105df68 100644 --- a/app/palettes/page.tsx +++ b/app/palettes/page.tsx @@ -27,8 +27,8 @@ export default function PalettesPage() { ]; return ( -

-
+
+

Palette Generation

diff --git a/app/playground/page.tsx b/app/playground/page.tsx index 6834348..78a3280 100644 --- a/app/playground/page.tsx +++ b/app/playground/page.tsx @@ -81,8 +81,8 @@ function PlaygroundContent() { ]); return ( -

-
+
+

Color Playground

@@ -206,8 +206,8 @@ function PlaygroundContent() { export default function PlaygroundPage() { return ( -

+
+