This commit is contained in:
2025-08-27 18:16:03 +02:00
parent 833b8093cd
commit d27a38fe4c
16 changed files with 194 additions and 39 deletions

View File

@@ -4,6 +4,10 @@ import { Header } from '@/components/Header'
import Story from '@/components/Story'
import Story2 from '@/components/Story2'
import Team from '@/components/Team'
import { Hero3 } from '@/components/Hero3'
import { Hero4 } from '@/components/Hero4'
import { Hero5 } from '@/components/Hero5'
@@ -12,8 +16,9 @@ export default function OurStory() {
<>
<Header />
<main>
<Story />
<Story2 />
<Hero3 />
<Hero4 />
<Hero5 />
<Team />
</main>
<Footer />