feat: Implement a common header component to replace AgentHeader and introduce a new contact page with associated assets.

This commit is contained in:
pradeepkumar
2026-01-19 08:54:09 +05:30
parent 3ceb3dc866
commit 3e23624469
13 changed files with 479 additions and 139 deletions

View File

@@ -0,0 +1,4 @@
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.61305 3.94821 5.32387 5.63604 3.63604C7.32387 1.94821 9.61305 1 12 1C14.3869 1 16.6761 1.94821 18.364 3.63604C20.0518 5.32387 21 7.61305 21 10Z" fill="#E58625"/>
<circle cx="12" cy="10" r="3" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 363 B