"use client" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import { Button } from "@/components/ui/button" import { BarChart3, Mail } from "lucide-react" export function AnalyticsEntitlementMessage() { return (
Analytics is an Enterprise Feature Get insights into your organization's usage patterns and activity. Learn more

Want to try out Sourcebot's enterprise features? Reach out to us and we'll get back to you within a couple hours with a trial license.

) }