Update navigation links to engage
cgen-c0452b2197e54c89bb5107c9e69aa009
This commit is contained in:
parent
eb431921db
commit
86e663e9b1
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ export default function Layout({ children }: LayoutProps) {
|
|||
const navigation = [
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "Get Started", href: "/onboarding" },
|
||||
{ name: "Pricing", href: "/pricing" },
|
||||
{ name: "Engage", href: "/engage" },
|
||||
{ name: "Profiles", href: "/profiles" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Contact", href: "/contact" },
|
||||
|
|
@ -41,7 +41,7 @@ export default function Layout({ children }: LayoutProps) {
|
|||
const userNavigation = [
|
||||
{ name: "Dashboard", href: "/dashboard" },
|
||||
{ name: "Feed", href: "/feed" },
|
||||
{ name: "Pricing", href: "/pricing" },
|
||||
{ name: "Engage", href: "/engage" },
|
||||
{ name: "Profiles", href: "/profiles" },
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "About", href: "/about" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue