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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user