Compare commits
3 Commits
version_14
...
version_23
| Author | SHA1 | Date | |
|---|---|---|---|
| 46fbb9db78 | |||
| 92524e3343 | |||
| df3f02966c |
@@ -211,6 +211,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
ctaButtonTextClassName="animate-pulse"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -139,6 +139,9 @@ const HeroOverlay = ({
|
|||||||
buttonTextClassName={cls("text-base", buttonTextClassName)}
|
buttonTextClassName={cls("text-base", buttonTextClassName)}
|
||||||
center={textPosition === "center"}
|
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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -166,6 +166,7 @@ const MetricCardTwo = ({
|
|||||||
metricDescriptionClassName={metricDescriptionClassName}
|
metricDescriptionClassName={metricDescriptionClassName}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
<button className="bg-primary-cta text-secondary-cta rounded-lg px-4 py-2 mt-4">That</button>
|
||||||
</CardStack>
|
</CardStack>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user