refactor: move to landing/components

This commit is contained in:
Li Xin
2025-05-02 21:23:55 +08:00
parent 2c58d3c758
commit 40c947f15e
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ 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";
@@ -13,6 +12,7 @@ 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";
import { Ray } from "./landing/components/ray";
export default function HomePage() {
return (