An AI agent suggestion card with a confidence meter, an expandable drawer of alternative options, and an accept action.
import RecommendationCard from "@/components/ui/recommendation-card"; export default function Default() { return ( <div className="flex min-h-[340px] w-full items-center justify-center bg-canvas p-6"> <RecommendationCard /> </div> ); }