// Single static banner — 100€ offerts ou franchise offerte
const CadeauxCarousel = () => {
  return (
    <div className="cad-wrap">
      <a href="#devis" style={{ display: 'block', width: '100%' }}>
        <img
          src="assets/rapid-domicile-100e.png"
          alt="1 pare-brise remplacé = 100€ offerts ou franchise offerte"
          style={{ width: '100%', maxWidth: '100%', height: 'auto', display: 'block' }}
        />
      </a>
    </div>
  );
};

window.CadeauxCarousel = CadeauxCarousel;
