change colors

This commit is contained in:
2024-10-02 15:18:49 +02:00
parent 9bb32049f9
commit e308236eed
50 changed files with 196 additions and 114 deletions

View File

@@ -6,6 +6,7 @@ import { Sponsors } from '@/components/Sponsors'
import BentoSection from '@/components/Bentosection'
import { Phasesdark } from '@/components/Phases'
import HeroFeature from '@/components/HeroFeature'
import CTA from '@/components/Cta'
import Eventbanner from '@/components/Eventbanner'
export default function Home() {
@@ -17,6 +18,8 @@ export default function Home() {
<HeroFeature />
<BentoSection />
<Eventbanner />
<CTA />
</>
)
}