"use client"; import { Info } from "lucide-react"; export function InfoTooltip({ text }: { text: string }) { return ( {text} ); }