forked from ourworld_web/www_engage_os
		
	feat: add team section and call-to-action components to About page
This commit is contained in:
		@@ -1,12 +1,15 @@
 | 
			
		||||
import { AboutHero } from "@/components/AboutHero"
 | 
			
		||||
import { AboutSolutions } from "@/components/AboutSolutions"
 | 
			
		||||
 | 
			
		||||
import { AboutTeam } from "@/components/AboutTeam"
 | 
			
		||||
import { AboutCTA } from "@/components/AboutCTA"
 | 
			
		||||
 | 
			
		||||
export default function About() {
 | 
			
		||||
  return (
 | 
			
		||||
    <div>
 | 
			
		||||
      <AboutHero />
 | 
			
		||||
      <AboutSolutions />
 | 
			
		||||
      <AboutTeam />
 | 
			
		||||
      <AboutCTA />
 | 
			
		||||
    </div>
 | 
			
		||||
  )
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user