diff --git a/app/(landing)/landing.tsx b/app/(landing)/landing.tsx index d30b4c7b9b..5ffdf382f8 100644 --- a/app/(landing)/landing.tsx +++ b/app/(landing)/landing.tsx @@ -1,3 +1,5 @@ +'use client' + import Image from 'next/image' import HeroWorkflowProvider from './hero-workflow' import WaitlistForm from './waitlist-form' @@ -23,31 +25,34 @@ export default function Landing() {
- Hero background +
-

+

build / deploy
agent workflows

-

+

Launch agentic workflows with an open source,
user-friendly environment for devs and agents

- +
+ +
diff --git a/app/(landing)/waitlist-form.tsx b/app/(landing)/waitlist-form.tsx index de6256c298..8ffd3f15a7 100644 --- a/app/(landing)/waitlist-form.tsx +++ b/app/(landing)/waitlist-form.tsx @@ -61,14 +61,14 @@ export default function WaitlistForm() { setEmail(e.target.value)} disabled={isSubmitting} />