forked from ourworld_web/www_engage_os
		
	feat: add animated hero section with TypeAnimation component on About page
This commit is contained in:
		@@ -1,7 +1,10 @@
 | 
			
		||||
import { AboutHero } from "@/components/AboutHero"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
export default function About() {
 | 
			
		||||
  return (
 | 
			
		||||
    <div>
 | 
			
		||||
      {/* About page content will go here */}
 | 
			
		||||
      <AboutHero />
 | 
			
		||||
    </div>
 | 
			
		||||
  )
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user