From 7fe9fdce04794ae61451eb47236c63f345c4faa1 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 15:59:05 +0200 Subject: [PATCH] Bob AI: add a third button to hero section with text 'Watc... --- src/components/sections/hero/HeroLogoBillboardSplit.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => (