diff --git a/docs/src/components/KickstartPromo.vue b/docs/src/components/KickstartPromo.vue
new file mode 100644
index 0000000..d028d9f
--- /dev/null
+++ b/docs/src/components/KickstartPromo.vue
@@ -0,0 +1,290 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AI-generated Vue forms in seconds
+
+
+
+ KickStart your next FormKit form in seconds. Generate from a prompt,
+ image, or text attachment. Copy & paste as Vue components or FormKit
+ schema.
+
+
+
+
+
+
diff --git a/docs/src/pages/PageHome.vue b/docs/src/pages/PageHome.vue
index 549ea03..dd5d21e 100644
--- a/docs/src/pages/PageHome.vue
+++ b/docs/src/pages/PageHome.vue
@@ -10,7 +10,7 @@ import SectionUsage from "../sections/SectionUsage.vue"
import SectionExamples from "../sections/SectionExamples.vue"
import SectionPlugins from "../sections/SectionPlugins.vue"
import ReducedMotionWarning from "../components/ReducedMotionWarning.vue"
-import TempoPromo from "../components/TempoPromo.vue"
+import KickstartPromo from "../components/KickstartPromo.vue"
const prefersReducedMotion = ref(false)
onMounted(() => {
@@ -23,7 +23,7 @@ onMounted(() => {
-
+