Add pricing navigation

cgen-eb8f1f1299e84f4dba6f7b287496a023
This commit is contained in:
Builder.io 2025-10-03 23:53:21 +00:00
parent ffb14d2433
commit fe211e9dce

View file

@ -32,6 +32,7 @@ export default function Layout({ children }: LayoutProps) {
const navigation = [
{ name: "Home", href: "/" },
{ name: "Get Started", href: "/onboarding" },
{ name: "Pricing", href: "/pricing" },
{ name: "Profiles", href: "/profiles" },
{ name: "About", href: "/about" },
{ name: "Contact", href: "/contact" },
@ -40,6 +41,7 @@ export default function Layout({ children }: LayoutProps) {
const userNavigation = [
{ name: "Dashboard", href: "/dashboard" },
{ name: "Feed", href: "/feed" },
{ name: "Pricing", href: "/pricing" },
{ name: "Profiles", href: "/profiles" },
{ name: "Home", href: "/" },
{ name: "About", href: "/about" },