// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates // SPDX-License-Identifier: MIT import { GithubOutlined } from "@ant-design/icons"; import Link from "next/link"; import { useMemo } from "react"; import { Ray } from "~/components/deer-flow/ray"; import { Button } from "~/components/ui/button"; import { CaseStudySection } from "./landing/components/case-study-section"; import { CoreFeatureSection } from "./landing/components/core-features-section"; import { JoinCommunitySection } from "./landing/components/join-community-section"; import { Jumbotron } from "./landing/components/jumbotron"; import { MultiAgentSection } from "./landing/components/multi-agent-section"; export default function HomePage() { return (