diff --git a/README.md b/README.md index 6f687feb..cc68ec62 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,24 @@

- 🤖 AnythingLLM: A full-stack personalized AI assistant.
- A hyper-efficient and open-source document chatbot solution for all. + AnythingLLM logo +

+ +

+ AnythingLLM: A business-compliant document chatbot.
+ A hyper-efficient and open-source enterprise-ready document chatbot solution for all.

- - Twitter - | Discord | License | - + Docs + | + + Hosted Instance

diff --git a/frontend/index.html b/frontend/index.html index 695fb15a..5a7f4d6d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,7 @@ - + AnythingLLM | Your personal LLM trained on anything @@ -12,20 +12,22 @@ - + - + - + - + - - + + diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico index 65994443..92057641 100644 Binary files a/frontend/public/favicon.ico and b/frontend/public/favicon.ico differ diff --git a/frontend/public/favicon.png b/frontend/public/favicon.png new file mode 100644 index 00000000..2dab5365 Binary files /dev/null and b/frontend/public/favicon.png differ diff --git a/frontend/src/components/Sidebar/index.jsx b/frontend/src/components/Sidebar/index.jsx index 8f453ca7..4e0cfe87 100644 --- a/frontend/src/components/Sidebar/index.jsx +++ b/frontend/src/components/Sidebar/index.jsx @@ -1,11 +1,13 @@ import React, { useEffect, useRef, useState } from "react"; import { + AtSign, BookOpen, Briefcase, Cpu, GitHub, LogOut, Menu, + Package, Plus, Shield, Tool, @@ -87,25 +89,26 @@ export default function Sidebar() { - +

- Managed cloud hosting + Feedback form

- +

- Enterprise Installation + Managed cloud hosting

+ @@ -198,11 +201,10 @@ export function SidebarMobileHeader() { className={`z-99 fixed top-0 left-0 transition-all duration-500 w-[100vw] h-[100vh]`} >
setShowSidebar(false)} />
- +

- Managed cloud hosting + Feedback form

- +

- Enterprise Installation + Managed cloud hosting

diff --git a/frontend/src/utils/paths.js b/frontend/src/utils/paths.js index 57eee6e1..b77bd547 100644 --- a/frontend/src/utils/paths.js +++ b/frontend/src/utils/paths.js @@ -11,13 +11,16 @@ export default { return "https://discord.com/invite/6UyHPeGZAC"; }, docs: () => { - return "https://docs.mintplex.xyz/anythingllm-by-mintplex-labs/"; + return "https://docs.useanything.com"; }, mailToMintplex: () => { - return "mailto:team@mintplex.xyz"; + return "mailto:team@mintplexlabs.com"; }, hosting: () => { - return "https://form.typeform.com/to/KdSCdSvq"; + return "https://my.mintplexlabs.com/aio-checkout?product=anythingllm"; + }, + feedback: () => { + return "https://form.typeform.com/to/i0KE3aEW"; }, workspace: { chat: (slug) => { diff --git a/images/promo.png b/images/promo.png new file mode 100644 index 00000000..e0a7be7f Binary files /dev/null and b/images/promo.png differ diff --git a/images/wordmark.png b/images/wordmark.png new file mode 100644 index 00000000..33d18ed2 Binary files /dev/null and b/images/wordmark.png differ