- More details
-
- }
- >
-
-
- 0 ? "success" : undefined}
- />
- 0 ? "error" : undefined}
- />
-
-
-
- );
-}
-
export function AuditHealthCard({
projectId,
audit,
diff --git a/src/client/features/dashboard/DashboardPage.tsx b/src/client/features/dashboard/DashboardPage.tsx
index 4058ba4..576799f 100644
--- a/src/client/features/dashboard/DashboardPage.tsx
+++ b/src/client/features/dashboard/DashboardPage.tsx
@@ -13,7 +13,6 @@ import {
AuditHealthCard,
BacklinkPulseCard,
GscCard,
- RankMovementCard,
} from "@/client/features/dashboard/DashboardCards";
import { McpConnectCard } from "@/client/features/dashboard/McpConnectCard";
import { getStandardErrorMessage } from "@/client/lib/error-messages";
@@ -33,7 +32,7 @@ const HERO_COPY: Record<
> = {
domain: {
title: "What site are you working on?",
- body: "Set your project's domain and every card on this page starts working for it — backlinks, audits, rank tracking.",
+ body: "Set your project's domain and every card on this page starts working for it — backlinks and audits.",
cta: "Save",
},
mcp: {
@@ -328,16 +327,6 @@ export function DashboardPage({ projectId }: { projectId: string }) {
hasData: gscConnected,
node: