// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates // SPDX-License-Identifier: MIT import { motion } from "framer-motion"; import { cn } from "~/lib/utils"; export function Welcome({ className }: { className?: string }) { return (

👋 Hello, there!

Welcome to{" "} 🦌 DeerFlow , a deep research assistant built on cutting-edge language models, helps you search on web, browse information, and handle complex tasks.
); }