import { Mail, Clock, BookOpen, HelpCircle } from 'lucide-react'; import { ContactForm } from '@/components/contact/ContactForm'; import { ContactInfoCard } from '@/components/contact/ContactInfoCard'; import { ContactFAQ } from '@/components/contact/ContactFAQ'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; import { Link } from 'react-router-dom'; export default function Contact() { return (
Have questions or feedback? We're here to help. Send us a message and we'll respond as soon as possible.