diff --git a/src/app/story/page.jsx b/src/app/story/page.jsx index 551d101..d3a3606 100644 --- a/src/app/story/page.jsx +++ b/src/app/story/page.jsx @@ -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() { +