From 3d1ba81c9dd93e18aca474940bf4a3cd6ed7d4b7 Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Sat, 22 Feb 2025 19:21:00 -0800 Subject: [PATCH] improvement(landing): landing animation/styling improvements --- app/(landing)/landing.tsx | 31 ++++++++++++++++++------------- app/(landing)/waitlist-form.tsx | 4 ++-- public/hero.webm | Bin 0 -> 1354073 bytes tailwind.config.ts | 11 +++++++++++ 4 files changed, 31 insertions(+), 15 deletions(-) create mode 100644 public/hero.webm 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} />