// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates // SPDX-License-Identifier: MIT import { GithubFilled } from "@ant-design/icons"; import { ChevronRight } from "lucide-react"; import Link from "next/link"; import { AuroraText } from "~/components/magicui/aurora-text"; import { FlickeringGrid } from "~/components/magicui/flickering-grid"; import { Button } from "~/components/ui/button"; import { env } from "~/env"; export function Jumbotron() { return (

Deep Research{" "} at Your Fingertips

Meet DeerFlow, your ultimate Deep Research assistant. With powerful tools like search engines, web crawlers, Python and MCP services, it provides instant insights, comprehensive reports, or even captivating podcasts.

{!env.NEXT_PUBLIC_STATIC_WEBSITE_ONLY && ( )}

* DEER stands for Deep Exploration and Efficient Research.

); }