[offers][feat] add about page

This commit is contained in:
Yangshun Tay
2022-11-06 11:27:25 +08:00
parent d1fc6e559c
commit ec97ee992a
6 changed files with 88 additions and 0 deletions

View File

@@ -3,12 +3,14 @@ import type { ProductNavigationItems } from '~/components/global/ProductNavigati
const navigation: ProductNavigationItems = [
{ href: '/offers/submit', name: 'Analyze your offers' },
{ href: '/offers/features', name: 'Features' },
{ href: '/offers/about', name: 'About' },
];
const navigationAuthenticated: ProductNavigationItems = [
{ href: '/offers/submit', name: 'Analyze your offers' },
{ href: '/offers/dashboard', name: 'Your dashboard' },
{ href: '/offers/features', name: 'Features' },
{ href: '/offers/about', name: 'About' },
];
const config = {