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)}