import React from 'react'; import { Plus } from 'lucide-react'; const SectionHeader = ({ icon: Icon, discountStyle = false, title, description, button = false, buttonOpeningModal = false, onClick = null, secondaryButton = null, // Bouton secondaire (ex: export) }) => { return (
{description}