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