import { User } from 'lucide-react'; import React from 'react'; import { Organization } from '@/types.ts'; import { ExternalLink } from 'lucide-react'; import ContactInfoLine from '@/components/organization/ContactInfoLine.tsx'; interface ContactDetailsProps { organization: Organization; } const ContactDetails = ({ organization }: ContactDetailsProps) => { return (