diff options
Diffstat (limited to 'apps/landing/app/page.tsx')
| -rw-r--r-- | apps/landing/app/page.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/landing/app/page.tsx b/apps/landing/app/page.tsx index db5fbd64..88fc1b03 100644 --- a/apps/landing/app/page.tsx +++ b/apps/landing/app/page.tsx @@ -21,8 +21,8 @@ import { } from "lucide-react"; const GITHUB_LINK = "https://github.com/hoarder-app/hoarder"; -const DOCS_LINK = "https://docs.hoarder.app"; -const DEMO_LINK = "https://try.hoarder.app"; +const DOCS_LINK = "https://docs.karakeep.app"; +const DEMO_LINK = "https://try.karakeep.app"; const platforms = [ { @@ -95,7 +95,7 @@ const featuresList = [ function NavBar() { return ( <div className="flex justify-between px-3 py-4"> - <HoarderLogo height={24} gap="8px" /> + <HoarderLogo height={38} /> <div className="hidden items-center gap-6 sm:flex"> <Link href={DOCS_LINK} @@ -222,7 +222,7 @@ function Features() { function Footer() { return ( <div className="flex items-center justify-between bg-black px-10 py-6 text-sm text-gray-300"> - <div>© 2024 hoarder.app</div> + <div>© 2024 karakeep.app</div> <div className="flex items-center gap-6"> <Link href={DOCS_LINK} |
