refactor: move to sections folder

This commit is contained in:
Li Xin
2025-05-08 08:53:47 +08:00
parent 6b772d2cd0
commit 867a158c6b
6 changed files with 26 additions and 15 deletions
+4 -4
View File
@@ -7,12 +7,12 @@ import { useMemo } from "react";
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";
import { Ray } from "./landing/components/ray";
import { CaseStudySection } from "./landing/sections/case-study-section";
import { CoreFeatureSection } from "./landing/sections/core-features-section";
import { JoinCommunitySection } from "./landing/sections/join-community-section";
import { MultiAgentSection } from "./landing/sections/multi-agent-section";
export default function HomePage() {
return (