diff --git a/src/components/sections/hero/HeroLogoBillboardSplit.tsx b/src/components/sections/hero/HeroLogoBillboardSplit.tsx index 36d8f50..7ca557b 100644 --- a/src/components/sections/hero/HeroLogoBillboardSplit.tsx +++ b/src/components/sections/hero/HeroLogoBillboardSplit.tsx @@ -107,7 +107,7 @@ const HeroLogoBillboardSplit = ({ />
- {buttons.slice(0, 3).map((button, index) => ( + {buttons.slice(0, 4).map((button, index) => (