// 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 { Button } from "~/components/ui/button"; import { Ray } from "./_components/ray"; 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 (