feat: Add agent edit form components and quick links, and update header and footer styling.
This commit is contained in:
@@ -170,7 +170,7 @@ export function Footer() {
|
||||
</div>
|
||||
|
||||
{/* Logo and Social Section */}
|
||||
<div className="border-t border-[#00293d]/20">
|
||||
<div className="border-t-2 border-[#F0F5FC]/20">
|
||||
<div className="max-w-7xl mx-auto px-6 py-6">
|
||||
<div className="flex flex-col md:flex-row items-center justify-between gap-6">
|
||||
{/* Logo and Tagline */}
|
||||
@@ -182,7 +182,7 @@ export function Footer() {
|
||||
height={40}
|
||||
className="h-10 w-auto"
|
||||
/>
|
||||
<span className="text-sm text-[#00293d]">
|
||||
<span className="font-serif font-normal text-[14px] leading-[19px] text-[#00293D]">
|
||||
"Your Trusted Real Estate Partner"
|
||||
</span>
|
||||
</div>
|
||||
@@ -205,11 +205,11 @@ export function Footer() {
|
||||
</div>
|
||||
|
||||
{/* Copyright Section */}
|
||||
<div className="border-t border-[#00293d]/20">
|
||||
<div className="border-t-2 border-[#F0F5FC]/20">
|
||||
<div className="max-w-7xl mx-auto px-6 py-4">
|
||||
<div className="flex flex-col md:flex-row items-center justify-between gap-4 text-sm">
|
||||
<p>Copyright © 2025 Your Agency Name. All rights reserved.</p>
|
||||
<Link href="/privacy-policy" className="hover:text-[#e58625] transition-colors">
|
||||
<div className="flex flex-col md:flex-row items-center justify-between gap-4">
|
||||
<p className="font-serif font-normal text-[15px] leading-[21px] text-[#00293D]">Copyright © 2025 Your Agency Name. All rights reserved.</p>
|
||||
<Link href="/privacy-policy" className="font-serif font-normal text-[15px] leading-[21px] text-[#00293D] hover:text-[#e58625] transition-colors">
|
||||
Privacy Policy
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user