From 4a1d1183886d6e1efb937af01e2ff5158dea1728 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sat, 11 Apr 2026 20:14:52 +0530 Subject: [PATCH] feat: add coming-soon page, update footer links and branding, and configure middleware access --- src/components/layout/Footer.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index dd78463..f725844 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -17,14 +17,14 @@ const footerLinks = { { label: "Buyer's Guide", href: '#' }, { label: "Seller's Guide", href: '#' }, { label: 'FAQs', href: '/faq' }, - { label: 'Legal & Documentation Help', href: '#' }, + { label: 'Education', href: '/education' }, + { label: 'MyAgentNavigator', href: '#' }, ], }, aboutContact: { title: 'About & Contact', links: [ - { label: 'About Our Agency', href: '/about' }, - { label: 'Our Agents', href: '/education' }, + { label: 'About Us', href: '/about' }, { label: 'Contact Us', href: '/contact' }, { label: 'Privacy Policy', href: '/privacy-policy' }, { label: 'Terms & Conditions', href: '/terms-of-service' }, @@ -64,14 +64,14 @@ const socialLinks = [ bgColor: 'bg-[#1877f2]', }, { - name: 'Twitter', + name: 'X', href: 'https://x.com/RE_Quest_Social', icon: ( - + ), - bgColor: 'bg-[#1da1f2]', + bgColor: 'bg-black', }, ]; @@ -157,7 +157,7 @@ export function Footer() { className="h-10 w-auto" /> - "Your Trusted Real Estate Partner" + Your Trusted Real Estate Partner @@ -167,6 +167,8 @@ export function Footer() { @@ -182,7 +184,7 @@ export function Footer() {
-

Copyright © 2025 Your Agency Name. All rights reserved.

+

Copyright © 2025 RE-Quest. All rights reserved.

Privacy Policy