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

This commit is contained in:
2026-02-09 18:15:24 +02:00
parent f0d61f41d8
commit 405999d14f

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: "Watch Demo" }
>;
interface HeroLogoBillboardSplitProps {