Bob AI: add a third button to hero with text 'Learn More'

This commit is contained in:
2026-02-09 17:30:41 +02:00
parent 6c80754719
commit 0ff6f98773

View File

@@ -27,8 +27,9 @@ type HeroLogoBillboardSplitBackgroundProps = Extract<
| { variant: "rotated-rays-animated" }
| { variant: "rotated-rays-animated-grid" }
| { variant: "rotated-rays-static" }
| { variant: "rotated-rays-static-grid" }
| { variant: "rotated-rays-static-grid" }
| { variant: "sparkles-gradient" }
| { text: "Learn More" }
>;
interface HeroLogoBillboardSplitProps {