FEAT: Added AGOG Logo to Homepage

This commit is contained in:
evan
2025-01-27 02:42:27 +00:00
parent ff9feaacec
commit 56c462c94b
6 changed files with 22 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
const Name = () => {
return (
<div className="flex flex-col justify-center">
<span className="agog-text text-4xl font-bold italic bg-clip-text text-transparent">
AGOG</span>
</div>
)
}
export default Name;