diff --git a/src/pages/generators/cards.astro b/src/pages/generators/cards.astro
index da4fef4..f7c7470 100644
--- a/src/pages/generators/cards.astro
+++ b/src/pages/generators/cards.astro
@@ -55,6 +55,10 @@ const generator = generators.find((g) => g.slug === 'cards')!;
+
+
g.slug === 'cards')!;
'Running fair draws without a physical deck.',
]}
/>
-
-
diff --git a/src/pages/generators/coin.astro b/src/pages/generators/coin.astro
index d2bc588..ffa7b9d 100644
--- a/src/pages/generators/coin.astro
+++ b/src/pages/generators/coin.astro
@@ -34,6 +34,10 @@ const generator = generators.find((g) => g.slug === 'coin')!;
{generator.description}
+
+
g.slug === 'coin')!;
'Settling a fair 50/50 choice between two options.',
]}
/>
-
-
diff --git a/src/pages/generators/colors.astro b/src/pages/generators/colors.astro
index dc361c1..3941e2c 100644
--- a/src/pages/generators/colors.astro
+++ b/src/pages/generators/colors.astro
@@ -55,6 +55,10 @@ const generator = generators.find((g) => g.slug === 'colors')!;
+
+
g.slug === 'colors')!;
'Teaching or exploring color theory and formats.',
]}
/>
-
-
diff --git a/src/pages/generators/dice.astro b/src/pages/generators/dice.astro
index e95ab86..b62d27b 100644
--- a/src/pages/generators/dice.astro
+++ b/src/pages/generators/dice.astro
@@ -55,6 +55,10 @@ const generator = generators.find((g) => g.slug === 'dice')!;
+
+
g.slug === 'dice')!;
'Settling disputes with a fair digital dice roll.',
]}
/>
-
-
diff --git a/src/pages/generators/list.astro b/src/pages/generators/list.astro
index eb27484..85ba1d4 100644
--- a/src/pages/generators/list.astro
+++ b/src/pages/generators/list.astro
@@ -34,6 +34,10 @@ const generator = generators.find((g) => g.slug === 'list')!;
{generator.description}
+
+
g.slug === 'list')!;
'Selecting a random movie, restaurant, or activity from a list.',
]}
/>
-
-
diff --git a/src/pages/generators/lottery.astro b/src/pages/generators/lottery.astro
index d00bffe..8933ffc 100644
--- a/src/pages/generators/lottery.astro
+++ b/src/pages/generators/lottery.astro
@@ -55,6 +55,10 @@ const generator = generators.find((g) => g.slug === 'lottery')!;
+
+
g.slug === 'lottery')!;
'Choosing lottery numbers for Powerball, EuroMillions, or local draws.',
]}
/>
-
-
diff --git a/src/pages/generators/numbers.astro b/src/pages/generators/numbers.astro
index 04deb31..35deaea 100644
--- a/src/pages/generators/numbers.astro
+++ b/src/pages/generators/numbers.astro
@@ -55,6 +55,10 @@ const generator = generators.find((g) => g.slug === 'numbers')!;
+
+
g.slug === 'numbers')!;
'Generating test data with values in a specific range.',
]}
/>
-
-
diff --git a/src/pages/generators/password.astro b/src/pages/generators/password.astro
index 8c83bbb..a1b1e6f 100644
--- a/src/pages/generators/password.astro
+++ b/src/pages/generators/password.astro
@@ -55,6 +55,10 @@ const generator = generators.find((g) => g.slug === 'password')!;
+
+
g.slug === 'password')!;
'Replacing a weak or reused password.',
]}
/>
-
-
diff --git a/src/pages/generators/uuid.astro b/src/pages/generators/uuid.astro
index 9aa09ae..57f0240 100644
--- a/src/pages/generators/uuid.astro
+++ b/src/pages/generators/uuid.astro
@@ -34,6 +34,10 @@ const generator = generators.find((g) => g.slug === 'uuid')!;
{generator.description}
+
+
g.slug === 'uuid')!;
'Generating a one-time secret for environment variables or config files.',
]}
/>
-
-