interface ServiceCardProps {
  title: string;
  description: string;
  icon: string;
  features: string[];
}
