feat: add animated hero section with TypeAnimation component on About page

This commit is contained in:
2025-10-16 16:06:35 +02:00
parent 4ef0b3918b
commit 40e616fa83
6 changed files with 83 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
import { AboutHero } from "@/components/AboutHero"
export default function About() {
return (
<div>
{/* About page content will go here */}
<AboutHero />
</div>
)
}