docs: added contributors

docs:  added contributors
This commit is contained in:
Leifer Mendez
2022-12-27 21:54:04 +01:00
committed by GitHub
9 changed files with 241 additions and 66 deletions

View File

@@ -6,6 +6,7 @@ import Features from '~/components/widgets/Features'
import FAQs from '~/components/widgets/FAQs'
// import Stats from '~/components/widgets/Stats'
import CallToAction from '~/components/widgets/CallToAction'
import Collaborators from '~/components/widgets/Collaborators'
export default component$(() => {
return (
@@ -13,6 +14,7 @@ export default component$(() => {
<Hero />
<Features />
<CallToAction />
<Collaborators />
<FAQs />
{/* <Stats /> */}
</>