From 9330639dc9d4dfd4477f0bd5a27927d99e576b48 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 15:49:43 +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 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) => (