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="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z" stroke="#00293D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M22 6L12 13L2 6" stroke="#00293D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 397 B