feat: Add Source Serif 4 and Fractul font families, new message and requests icons, and update agent dashboard and layout.

This commit is contained in:
pradeepkumar
2026-01-18 08:44:53 +05:30
parent 36cff9de00
commit 59fcc65489
91 changed files with 348 additions and 23 deletions

View File

@@ -87,7 +87,10 @@ export default function AgentDashboard() {
height={200}
className="w-full h-full object-cover"
/>
{/* Gradient Overlay */}
<div className="absolute inset-0 bg-gradient-to-t from-black/50 via-black/20 to-transparent pointer-events-none" />
</div>
{/* Edit Icon - Top Right Outside */}
<button className="absolute -top-3 -right-3 w-9 h-9 bg-white rounded-[10px] shadow-md flex items-center justify-center hover:bg-gray-50 transition-colors">
<Image
src="/assets/icons/edit-icon.svg"
@@ -212,7 +215,10 @@ export default function AgentDashboard() {
height={200}
className="w-full h-full object-cover"
/>
{/* Gradient Overlay */}
<div className="absolute inset-0 bg-gradient-to-t from-black/50 via-black/20 to-transparent pointer-events-none" />
</div>
{/* Edit Icon - Top Right Outside */}
<button className="absolute -top-3 -right-3 w-9 h-9 bg-white rounded-[10px] shadow-md flex items-center justify-center hover:bg-gray-50 transition-colors">
<Image
src="/assets/icons/edit-icon.svg"
@@ -324,21 +330,21 @@ export default function AgentDashboard() {
{/* Action Buttons */}
<div className="flex items-center gap-3">
<button className="flex items-center gap-2 px-4 py-2 bg-[#5ba4a4] text-white text-sm rounded-[15px] hover:bg-[#4a9393] transition-colors">
<button className="flex items-center gap-2 px-4 py-1.5 bg-[#e58625] text-[#00293d] text-sm font-normal rounded-[15px] border border-[#00293d]/10 hover:bg-[#d47720] transition-colors font-serif">
<Image
src="/assets/icons/message-icon.svg"
src="/assets/icons/message-dark-icon.svg"
alt="Message"
width={16}
height={16}
width={14}
height={13}
/>
Message
</button>
<button className="flex items-center gap-2 px-4 py-2 bg-[#5ba4a4] text-white text-sm rounded-[15px] hover:bg-[#4a9393] transition-colors">
<button className="flex items-center gap-2 px-4 py-1.5 bg-[#e58625] text-[#00293d] text-sm font-normal rounded-[15px] border border-[#00293d]/10 hover:bg-[#d47720] transition-colors font-serif">
<Image
src="/assets/icons/clipboard-icon.svg"
src="/assets/icons/requests-dark-icon.svg"
alt="Requests"
width={16}
height={16}
width={14}
height={13}
/>
Requests
</button>