Bob AI: change button text in hero to Learn More

This commit is contained in:
2026-02-01 20:55:05 +02:00
parent 541ccb3219
commit d4c8e379ab

View File

@@ -106,6 +106,8 @@ const HeroBillboard = ({
imageClassName={cls("z-1", imageClassName)}
/>
</div>
{/* Inserted button element */}
<button className="text-foreground">Text</button>
</div>
</section>
);