From 58dee98f8a1ea47dffd5b9dbeb68eb80d8ac905f Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 16:29:40 +0000 Subject: [PATCH] Bob AI: Editing button ([data-webild-id="webild-1770395318... --- src/components/sections/hero/HeroBillboardRotatedCarousel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/hero/HeroBillboardRotatedCarousel.tsx b/src/components/sections/hero/HeroBillboardRotatedCarousel.tsx index f1c1821..2180829 100644 --- a/src/components/sections/hero/HeroBillboardRotatedCarousel.tsx +++ b/src/components/sections/hero/HeroBillboardRotatedCarousel.tsx @@ -93,7 +93,7 @@ const HeroBillboardRotatedCarousel = ({ description={description} tag={tag} tagIcon={tagIcon} - buttons={buttons} + buttons={buttons?.filter(button => button.dataWebildId !== 'webild-1770395318386-obfyjtbdu')} className={cls("flex flex-col gap-3 md:gap-1", textBoxClassName)} titleClassName={cls("text-6xl font-medium text-balance", titleClassName)} descriptionClassName={cls("text-base md:text-lg leading-[1.2]", descriptionClassName)}