add socials

This commit is contained in:
2024-09-17 13:45:34 +02:00
parent 00f42c24eb
commit ace8a0f9cc
861 changed files with 6319 additions and 12450 deletions

View File

@@ -3,11 +3,13 @@ import Banner from '@/components/Banner'
import Communhero from '@/components/Communhero'
import Commevents from '@/components/Commevents'
import Events from '@/components/Events'
import Socials from '@/components/Socials'
export default function community() {
return (
<>
<Communhero />
<Socials />
<Events />
</>
)