From b9f70182aaa0392c1c2bcd630165219b4c30164b Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Mon, 9 Feb 2026 01:59:28 +0000 Subject: feat(landing): add get started button --- apps/landing/src/Navbar.tsx | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'apps/landing/src/Navbar.tsx') diff --git a/apps/landing/src/Navbar.tsx b/apps/landing/src/Navbar.tsx index 15355170..e60a6d7b 100644 --- a/apps/landing/src/Navbar.tsx +++ b/apps/landing/src/Navbar.tsx @@ -2,7 +2,7 @@ import { buttonVariants } from "@/components/ui/button"; import { cn } from "@/lib/utils"; import { Link } from "react-router"; -import { DEMO_LINK, DOCS_LINK, GITHUB_LINK } from "./constants"; +import { CLOUD_SIGNUP_LINK, DOCS_LINK, GITHUB_LINK } from "./constants"; import Logo from "/icons/karakeep-full.svg?url"; export default function NavBar() { @@ -31,6 +31,17 @@ export default function NavBar() { > Login + + Get Started + {/* Desktop navigation - show all items */} @@ -66,15 +77,15 @@ export default function NavBar() { Login - Try Demo + Get Started -- cgit v1.2.3-70-g09d2