"use client";
import Link from "next/link";
import { AuthGuard } from "@/components/AuthGuard";
import { PageHeader, Card, CardContent, Button } from "@/components/ds";
import { CRM_PORTALS } from "@/modules/crm/constants/portals";
import { CrmServiceBadge, useCrmHealth } from "@/modules/crm/pages/shared";
export function CrmHub() {
return (
{portal.label}
{portal.description}