diff --git a/src/components/sections/hero/HeroLogoBillboardSplit.tsx b/src/components/sections/hero/HeroLogoBillboardSplit.tsx index 2e9e673..ed3973c 100644 --- a/src/components/sections/hero/HeroLogoBillboardSplit.tsx +++ b/src/components/sections/hero/HeroLogoBillboardSplit.tsx @@ -107,9 +107,10 @@ const HeroLogoBillboardSplit = ({ />
- {buttons.slice(0, 4).map((button, index) => ( + {buttons.slice(0, 5).map((button, index) => (