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