feat: add coming-soon page and update navigation links and middleware routes

This commit is contained in:
pradeepkumar
2026-04-11 21:30:56 +05:30
parent 4a1d118388
commit 991160b672
3 changed files with 41 additions and 4 deletions

View File

@@ -14,11 +14,11 @@ const footerLinks = {
resources: {
title: 'Resources',
links: [
{ label: "Buyer's Guide", href: '#' },
{ label: "Seller's Guide", href: '#' },
{ label: "Buyer's Guide", href: '/coming-soon' },
{ label: "Seller's Guide", href: '/coming-soon' },
{ label: 'FAQs', href: '/faq' },
{ label: 'Education', href: '/education' },
{ label: 'MyAgentNavigator', href: '#' },
{ label: 'MyAgentNavigator', href: '/coming-soon' },
],
},
aboutContact: {