This commit is contained in:
2024-09-12 17:01:37 +02:00
parent b02564db58
commit 383a0ceb19
757 changed files with 18057 additions and 612 deletions

View File

@@ -1,13 +1,21 @@
import Communicate from '@/components/Communicate'
import Collaborate from '@/components/Collaborate'
import Build from '@/components/Build'
import Studio from '@/components/Studio'
import Eventmgmt from '@/components/Eventmgmt'
import Crm from '@/components/Crm'
import Featurehero from '@/components/Featurehero'
export default function features() {
return (
<>
<Communicate />
<Featurehero />
<Collaborate />
<Studio />
<Build />
<Communicate />
<Eventmgmt />
<Crm />
</>
)
}