This commit is contained in:
2025-08-28 16:24:11 +02:00
parent edd5a8ee35
commit ddd0892ae7
8 changed files with 24 additions and 35 deletions

View File

@@ -4,6 +4,7 @@ import { Hero3 } from '@/components/Hero3'
import { Hero4 } from '@/components/Hero4'
import { Hero5 } from '@/components/Hero5'
import StorySticky from '@/components/StorySticky'
import Team from '@/components/Team'
export default function OurStory() {
return (
@@ -15,6 +16,7 @@ export default function OurStory() {
<Hero4 />
<Hero5 />
</StorySticky>
<Team />
</main>
<Footer />
</>