Bob AI: add a third button to hero section with text 'Watc...

This commit is contained in:
2026-02-09 15:49:43 +02:00
parent ef4bd43ce0
commit 9330639dc9

View File

@@ -107,7 +107,7 @@ const HeroLogoBillboardSplit = ({
/> />
</div> </div>
<div className={cls("flex flex-wrap gap-4", buttonContainerClassName)}> <div className={cls("flex flex-wrap gap-4", buttonContainerClassName)}>
{buttons.slice(0, 2).map((button, index) => ( {buttons.slice(0, 3).map((button, index) => (
<Button key={`${button.text}-${index}`} {...getButtonProps(button, index, theme.defaultButtonVariant, buttonClassName, buttonTextClassName)} /> <Button key={`${button.text}-${index}`} {...getButtonProps(button, index, theme.defaultButtonVariant, buttonClassName, buttonTextClassName)} />
))} ))}
</div> </div>