Limiting products in featured collection on home page (brooklyn theme)

We are using the Brooklyn theme and would like to display only 6 products in our featured collection lists on the home page rather than the whole collection being featured. We have tried different methods from other boards however the codes aren’t the same. Does anyone have any suggestions? Any help would be appreciated.

In the sections/featured-products.liquid around line 51 add a limit parameter to the product loop:

{% for product in collections[section.settings.home_featured_products].products limit: 6 %}

https://shopify.dev/api/liquid/tags/iteration-tags#limit