From 0ff6f9877379b2b74efb6666d25fbecda3270f0a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 17:30:41 +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 684302a..ebce7c5 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: "Learn More" } >; interface HeroLogoBillboardSplitProps {