Compare commits

...

1 Commits

Author SHA1 Message Date
df3f02966c Bob AI: Add a pulsing animation to the 'Enroll Now' button... 2026-02-03 16:38:48 +02:00

View File

@@ -139,6 +139,9 @@ const HeroOverlay = ({
buttonTextClassName={cls("text-base", buttonTextClassName)}
center={textPosition === "center"}
/>
<div className="mt-4">
<button className="bg-primary-cta text-secondary-cta px-4 py-2 rounded-full">Enroll Now</button>
</div>
</div>
</section>
);