diff --git a/src/frontend/src/assets/github-bg.png b/src/frontend/src/assets/github-bg.png
deleted file mode 100644
index 3b130fd72834..000000000000
Binary files a/src/frontend/src/assets/github-bg.png and /dev/null differ
diff --git a/src/frontend/src/components/core/appHeaderComponent/index.tsx b/src/frontend/src/components/core/appHeaderComponent/index.tsx
index a86d1c3d0098..b2877319fbbe 100644
--- a/src/frontend/src/components/core/appHeaderComponent/index.tsx
+++ b/src/frontend/src/components/core/appHeaderComponent/index.tsx
@@ -48,12 +48,6 @@ export default function AppHeader(): JSX.Element {
useResetDismissUpdateAll();
- const flows = useFlowsManagerStore((state) => state.flows);
- const examples = useFlowsManagerStore((state) => state.examples);
- const folders = useFolderStore((state) => state.folders);
-
- const isEmpty = flows?.length !== examples?.length || folders?.length > 1;
-
const getNotificationBadge = () => {
const baseClasses = "absolute h-1 w-1 rounded-full bg-destructive";
return notificationCenter
@@ -63,9 +57,7 @@ export default function AppHeader(): JSX.Element {
return (
{/* Left Section */}
diff --git a/src/frontend/src/pages/MainPage/pages/empty-page.tsx b/src/frontend/src/pages/MainPage/pages/empty-page.tsx
index ab8d2476f475..2f9bc369ec25 100644
--- a/src/frontend/src/pages/MainPage/pages/empty-page.tsx
+++ b/src/frontend/src/pages/MainPage/pages/empty-page.tsx
@@ -15,13 +15,12 @@ import { FaDiscord, FaGithub } from "react-icons/fa";
import { useShallow } from "zustand/react/shallow";
import useFileDrop from "../hooks/use-on-file-drop";
-const EMPTY_PAGE_TITLE = "Your new favorite way to ship Agents";
-const EMPTY_PAGE_DESCRIPTION =
- "Design agents that connect to any API, model, or database.";
+const EMPTY_PAGE_TITLE = "Welcome to Langflow";
+const EMPTY_PAGE_DESCRIPTION = "Your new favorite way to ship Agents";
const EMPTY_PAGE_GITHUB_DESCRIPTION =
"Follow development, star the repo, and shape the future.";
const EMPTY_PAGE_DISCORD_DESCRIPTION =
- "Join builders, ask questions, and show off your agents.";
+ "Join builders, ask questions, and show off your agents";
const EMPTY_PAGE_DRAG_AND_DROP_TEXT =
"Already have a flow? Drag and drop to upload.";
const EMPTY_PAGE_FOLDER_DESCRIPTION = "Empty folder";
@@ -86,14 +85,14 @@ export const EmptyPageCommunity = ({
{EMPTY_PAGE_TITLE}
{folders?.length > 1
? EMPTY_PAGE_FOLDER_DESCRIPTION
@@ -123,7 +122,7 @@ export const EmptyPageCommunity = ({
-
+
{EMPTY_PAGE_GITHUB_DESCRIPTION}
@@ -153,7 +152,7 @@ export const EmptyPageCommunity = ({
-
+
{EMPTY_PAGE_DISCORD_DESCRIPTION}