diff --git a/src/components/Home/A11yDemo.vue b/src/components/Home/A11yDemo.vue
new file mode 100644
index 0000000..4d3878c
--- /dev/null
+++ b/src/components/Home/A11yDemo.vue
@@ -0,0 +1,250 @@
+
+
+
+
+
+
+
+
+
+
+ Try the following interactions:
+
+
+
+ -
+ Focus the field, then press
+ .
+
+ -
+ Move through the list with
+ and .
+
+ -
+ Select the focused option with or
+ .
+
+ -
+ Find "Egypt" in the list by typing "E...".
+
+ -
+ Focus the last option with
+ or
+ .
+
+ -
+ Focus the first option with
+ or
+ .
+
+
+
+
+
+
+
diff --git a/src/components/Home/FirstClassA11y.astro b/src/components/Home/FirstClassA11y.astro
index 1c17032..a1200aa 100644
--- a/src/components/Home/FirstClassA11y.astro
+++ b/src/components/Home/FirstClassA11y.astro
@@ -1,5 +1,5 @@
---
-
+import A11yDemo from './A11yDemo.vue';
---
@@ -17,6 +17,8 @@
have the keyboard interactions, focus management, and behaviors that your
users expect and rely on.
+
+