fix(nav): Home link in menu points to /home instead of marketing site

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Manohar Gupta 2026-05-28 00:16:29 +05:30
parent b64226cbd8
commit 260187b0de

View file

@ -9,7 +9,7 @@ export default function MenuPage() {
const [signingOut, setSigningOut] = useState(false);
const menuItems = [
{ icon: "🏡", label: "Home", href: "/" },
{ icon: "🏡", label: "Home", href: "/home" },
{ icon: "📝", label: "Activity", href: "/activity" },
{ icon: "🌿", label: "Growth", href: "/growth" },
{ icon: "🩺", label: "Medical", href: "/medical" },