Compare commits
2 Commits
version_13
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| 92524e3343 | |||
| df3f02966c |
@@ -211,6 +211,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
ctaButtonTextClassName="animate-pulse"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user