feat: add coming-soon page and update navigation links and middleware routes
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user