Update navigation links to engage

cgen-c0452b2197e54c89bb5107c9e69aa009
This commit is contained in:
Builder.io 2025-10-04 00:11:16 +00:00
parent eb431921db
commit 86e663e9b1

View file

@ -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" },