diff --git a/pages/ai.tsx b/pages/ai.tsx
index dfe87c92a..25ad11e0e 100644
--- a/pages/ai.tsx
+++ b/pages/ai.tsx
@@ -5,8 +5,9 @@ import Check from "src/shared/Icons/Check";
import Header from "src/shared/Header";
import Container from "src/shared/layout/Container";
import PageContainer from "src/shared/layout/PageContainer";
+import Logos from "src/shared/Home/Logos";
// Icons
-import CopyBtn from "../shared/Home/CopyBtn";
+import CopyBtn from "src/shared/Home/CopyBtn";
import { ChevronRightIcon } from "@heroicons/react/20/solid";
import CodeWindow from "src/shared/CodeWindow";
import Footer from "src/shared/Footer";
@@ -160,26 +161,88 @@ export default function AI() {
+ Move to production by deploying Inngest functions inside your existing
+ API, wherever it is — serverless, servers, or edge. Backed by rock
+ solid external orchestration, your workflows are ready to scale in
+ milliseconds.
+
+ Prototype to scale-ready production,
in hours.
+ Zero infrastructure required.
+
+
+
Deploy in your existing API, on your existing host, without spinning @@ -419,7 +484,7 @@ const DevelopmentCopy = () => {
+
Get started locally in one command:
@@ -448,6 +513,149 @@ const DevelopmentCopy = () => { ); }; +const ProductionCopy = () => { + const handleCopyClick = (copy) => { + navigator.clipboard?.writeText(copy); + }; + return ( ++ Deploy in your existing API, on your existing host, without spinning + up new infra or provisioning new services — whether you use servers + or serverless. +
++ Hassle free development with preview environments, logging, one-click replay, and + error reporting built in. +
++ Full insight without the fuss. Tag functions by user, account, context length, + prompt rating, and see any data on any metric. +
+