import React from 'react'; import Image from 'next/image' import { cn, commonClasses } from '@/lib/utils'; import type { Service } from '@/types/service'; interface ServiceCardProps { service: Service; onServiceClick: (service: Service) => void; className?: string; } // Composant pour l'icône de flèche factorisant la structure répétitive const HoverArrow = () => (
{service.description.split('.')[0]}.
{/* Flèche indicatrice au hover */}