Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhb committed Oct 23, 2023
1 parent b40508e commit cb5aa88
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/ai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ export default function AI() {
<p className="text-zinc-400 text-center">Companies of all sizes trust Inngest to power their AI functionality.</p>
</Container>

{/* Code example */}
<Container>
<h2 className="
text-4xl text-center font-bold mt-16 mb-2
">
Focus on what matters: the AI.
</h2>
<p className="text-center mb-20 opacity-60">Focus on what matters: the AI. Leave the state, orchestration, and observability to us.</p>

<div className="
grid lg:grid-cols-3
bg-slate-800/50 border-slate-700/30 rounded-lg border
Expand All @@ -48,6 +56,8 @@ export default function AI() {

<AIScroll />

{/* Call out box: rapid development */}

<Container>
<GradientBox className="my-40 shadow-[0_10px_100px_0_rgba(52,211,153,0.2)]">
<div className={`flex items-center justify-center bg-[#0a0a12] back rounded-t-md flex-col`}>
Expand Down

0 comments on commit cb5aa88

Please sign in to comment.