Bob AI: Fix the buttons on the hero section - right now th...

This commit is contained in:
2026-02-09 06:08:20 +00:00
parent a5ab6f92e1
commit afe028f7c2

View File

@@ -113,7 +113,10 @@ const HeroBillboard = ({
description={description}
tag={tag}
tagIcon={tagIcon}
buttons={buttons}
buttons={buttons?.map((button, index) => ({
...button,
label: index === 0 ? 'get out of here' : index === 1 ? 'apply to be a member' : button.label,
}))}
avatars={avatars}
avatarText={avatarText}
avatarsAbove={true}