From 405999d14f621b815255162cbbcace940c170578 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 18:15:24 +0200 Subject: [PATCH] Bob AI: add a third button to hero section with text 'Watc... --- 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 7365c7b..a0db5ce 100644 --- a/src/components/sections/hero/HeroLogoBillboardSplit.tsx +++ b/src/components/sections/hero/HeroLogoBillboardSplit.tsx @@ -27,8 +27,9 @@ type HeroLogoBillboardSplitBackgroundProps = Extract< | { variant: "rotated-rays-animated" } | { variant: "rotated-rays-animated-grid" } | { variant: "rotated-rays-static" } - | { variant: "rotated-rays-static-grid" } +| { variant: "rotated-rays-static-grid" } | { variant: "sparkles-gradient" } + | { text: "Watch Demo" } >; interface HeroLogoBillboardSplitProps {