From 9e842afffa1c2fe69c6cede21bbc86185763ed83 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 17:35:01 +0200 Subject: [PATCH] Bob AI: add a third button to hero section with text 'Watc... --- src/components/sections/hero/HeroLogoBillboardSplit.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/sections/hero/HeroLogoBillboardSplit.tsx b/src/components/sections/hero/HeroLogoBillboardSplit.tsx index ebce7c5..923a30c 100644 --- a/src/components/sections/hero/HeroLogoBillboardSplit.tsx +++ b/src/components/sections/hero/HeroLogoBillboardSplit.tsx @@ -29,7 +29,6 @@ type HeroLogoBillboardSplitBackgroundProps = Extract< | { variant: "rotated-rays-static" } | { variant: "rotated-rays-static-grid" } | { variant: "sparkles-gradient" } - | { text: "Learn More" } >; interface HeroLogoBillboardSplitProps { @@ -109,10 +108,8 @@ const HeroLogoBillboardSplit = ({
{buttons.slice(0, 5).map((button, index) => ( -