diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx
index e20eec31..d36a4981 100644
--- a/client/components/Layout.tsx
+++ b/client/components/Layout.tsx
@@ -28,6 +28,7 @@ export default function Layout({ children }: LayoutProps) {
const navigation = [
{ name: "Home", href: "/" },
{ name: "Get Started", href: "/onboarding" },
+ { name: "Profiles", href: "/profiles" },
{ name: "About", href: "/about" },
{ name: "Contact", href: "/contact" },
];
@@ -35,6 +36,7 @@ export default function Layout({ children }: LayoutProps) {
const userNavigation = [
{ name: "Dashboard", href: "/dashboard" },
{ name: "Feed", href: "/feed" },
+ { name: "Profiles", href: "/profiles" },
{ name: "Home", href: "/" },
{ name: "About", href: "/about" },
{ name: "Contact", href: "/contact" },
@@ -171,6 +173,14 @@ export default function Layout({ children }: LayoutProps) {
Dashboard
+
+
+
+
+
+ My Passport
+
+