interface PriceBoxesProps { products: { title: string; price: string }[]; totalWidth: number; } const PriceBoxes = ({ products, totalWidth }: PriceBoxesProps) => { return (
{title}
{price}