From 662b811cc6f5dea19c7a2d7d3696edf48ecd97f2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 16:08:04 +0200 Subject: [PATCH] Bob AI: add a third button to hero with text 'Learn More' --- src/components/sections/hero/HeroLogoBillboardSplit.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) => (