mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 04:14:46 +08:00
refactor: move to landing/components
This commit is contained in:
@@ -5,7 +5,6 @@ import { GithubOutlined } from "@ant-design/icons";
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { useMemo } from "react";
|
import { useMemo } from "react";
|
||||||
|
|
||||||
import { Ray } from "~/components/deer-flow/ray";
|
|
||||||
import { Button } from "~/components/ui/button";
|
import { Button } from "~/components/ui/button";
|
||||||
|
|
||||||
import { CaseStudySection } from "./landing/components/case-study-section";
|
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 { JoinCommunitySection } from "./landing/components/join-community-section";
|
||||||
import { Jumbotron } from "./landing/components/jumbotron";
|
import { Jumbotron } from "./landing/components/jumbotron";
|
||||||
import { MultiAgentSection } from "./landing/components/multi-agent-section";
|
import { MultiAgentSection } from "./landing/components/multi-agent-section";
|
||||||
|
import { Ray } from "./landing/components/ray";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user