feat: migrate community component

This commit is contained in:
ArraysID
2025-04-27 05:44:11 +07:00
parent 5929c5a667
commit 0478d12ffc
3 changed files with 187 additions and 0 deletions
+2
View File
@@ -1,3 +1,4 @@
import { Community } from './_components/community';
import { Features } from './_components/features';
import { Header } from './_components/header';
import { Hero } from './_components/hero';
@@ -9,6 +10,7 @@ export default function Page() {
<main className="flex-1">
<Hero />
<Features />
<Community />
</main>
</div>
);