feat: migrate testimonials component

This commit is contained in:
ArraysID
2025-04-27 05:49:50 +07:00
parent 5b1b700ccb
commit aedc2b5dfb
3 changed files with 194 additions and 0 deletions
+2
View File
@@ -3,6 +3,7 @@ import { Features } from './_components/features';
import { Header } from './_components/header';
import { Hero } from './_components/hero';
import { LearningResources } from './_components/learning-resources';
import { Testimonials } from './_components/testimonials';
export default function Page() {
return (
@@ -13,6 +14,7 @@ export default function Page() {
<Features />
<Community />
<LearningResources />
<Testimonials />
</main>
</div>
);