forked from ourworld_web/www_engage_os
		
	refactor: move BackgroundIllustration to separate component and add new gradient styles
This commit is contained in:
		@@ -1,10 +1,12 @@
 | 
			
		||||
import { AboutHero } from "@/components/AboutHero"
 | 
			
		||||
import { AboutSolutions } from "@/components/AboutSolutions"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
export default function About() {
 | 
			
		||||
  return (
 | 
			
		||||
    <div>
 | 
			
		||||
      <AboutHero />
 | 
			
		||||
      <AboutSolutions />
 | 
			
		||||
    </div>
 | 
			
		||||
  )
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user