export default function BestSellers({title, topTitle}) { return (
{topTitle} {title}
) }