import Link from "next/link"; import { LeafMark } from "@/components/ui/Logo"; /** * Minimal cinematic nav — two destinations, two actions. Nothing else. */ export function Navbar() { return (
Aartha
Log in Get started →
); }