1export const Breakdown = () => {2 return (3 <div>4 <img5 src='/img/breakdown.webp'6 alt='Spice.ai breakdown'7 width={1000}8 height={500}9 className='h-auto w-full'10 />11 </div>12 );13};14