import { Button } from "@/src/components/ui/button"; import { Separator } from "@/src/components/ui/separator"; import { CheckCircle2 } from "lucide-react"; import { IntroSection } from "@/src/features/support-chat/IntroSection"; export function SuccessSection({ onAnother, }: { onClose: () => void; onAnother: () => void; }) { return (