import { cn } from "@/lib/utils"; export function Welcome({ className }: { className?: string }) { return (
👋 Hello, again!

Welcome to 🦌 DeerFlow, an open source super agent. With built-in and custom

skills, DeerFlow helps you search on the web, analyze data, and generate

{" "}

artifacts like slides, web pages and do almost anything.

); }