refactor: update agent dashboard UI for status buttons and contact info, restyle specialization card button, and adjust footer background color.

This commit is contained in:
pradeepkumar
2026-01-18 07:40:28 +05:30
parent a13dcbf96d
commit 36cff9de00
3 changed files with 21 additions and 21 deletions

View File

@@ -87,7 +87,7 @@ const socialLinks = [
export function Footer() {
return (
<footer className="bg-[#8fa9a8] text-[#00293d]">
<footer className="bg-[#648188] text-[#00293d]">
{/* Main Footer Content */}
<div className="max-w-7xl mx-auto px-6 py-12">
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8 lg:gap-12">