"use client"; import { ChevronRightIcon } from "lucide-react"; import Link from "next/link"; import { Button } from "@/components/ui/button"; import { FlickeringGrid } from "@/components/ui/flickering-grid"; import Galaxy from "@/components/ui/galaxy"; import { WordRotate } from "@/components/ui/word-rotate"; import { cn } from "@/lib/utils"; export function Hero({ className }: { className?: string }) { return (

{" "}
with DeerFlow

DeerFlow is an open-source SuperAgent that researches, codes, and
creates. With the help of sandboxes, tools and skills, it handles
different levels of tasks that could take minutes to hours.

); }