add new component

This commit is contained in:
2024-09-24 19:17:07 +02:00
parent 05277a28c2
commit 76601e5c71
95 changed files with 1798 additions and 176 deletions

View File

@@ -2,9 +2,8 @@ import { Homepage } from '@/components/Homepage'
import { Hero } from '@/components/Hero'
import Events from '@/components/Events'
import { Product } from '@/components/Product'
import Allfeatures from '@/components/Allfeatures'
import Featureshome from '@/components/Featureshome'
import { Sponsors } from '@/components/Sponsors'
import BentoSection from '@/components/Bentosection'
export default function Home() {
return (
@@ -12,7 +11,7 @@ export default function Home() {
<Homepage />
<Sponsors />
<Hero />
<Featureshome />
<BentoSection />
<Product />
<Events />
</>