add user profile, profile vibe and trip vibe and social signal

This commit is contained in:
2026-05-08 19:20:27 +07:00
parent 3228ef712f
commit 7f419638b5
39 changed files with 1361 additions and 192 deletions
+13
View File
@@ -35,6 +35,12 @@ export function Navbar() {
>
Open Trip
</Link>
<Link
href="/people"
className="rounded-lg px-3 py-1.5 text-sm font-medium text-neutral-600 transition-colors hover:bg-neutral-100 hover:text-neutral-800"
>
Cari Teman
</Link>
{session?.user ? (
<>
@@ -125,6 +131,13 @@ export function Navbar() {
>
Open Trip
</Link>
<Link
href="/people"
onClick={() => setMenuOpen(false)}
className="rounded-lg px-3 py-2.5 text-sm font-medium text-neutral-700 transition-colors hover:bg-neutral-50"
>
Cari Teman
</Link>
{session?.user ? (
<>