diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 9096a5a3..871646f4 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -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" },