Bob AI: swap the order of buttons in hero section

This commit is contained in:
2026-02-09 17:43:45 +02:00
parent e0b4f4fe26
commit 810f825b9c

View File

@@ -107,10 +107,10 @@ const HeroLogoBillboardSplit = ({
/>
</div>
<div className={cls("flex flex-wrap gap-4", buttonContainerClassName)}>
<Button key="watch-demo" {...getButtonProps({ text: 'Watch Demo', href: '#' }, buttons.length, theme.defaultButtonVariant, buttonClassName, buttonTextClassName)} />
{buttons.slice(0, 5).map((button, index) => (
<Button key={`${button.text}-${index}`} {...getButtonProps(button, index, theme.defaultButtonVariant, buttonClassName, buttonTextClassName)} />
))}
<Button key="watch-demo" {...getButtonProps({ text: 'Watch Demo', href: '#' }, buttons.length, theme.defaultButtonVariant, buttonClassName, buttonTextClassName)} />
</div>
</div>
<div className="relative w-full flex">