Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 399d4f09a8 |
@@ -102,6 +102,12 @@ const HeroOverlay = ({
|
|||||||
textPosition === "center" ? "items-center justify-center" : "items-end pb-[var(--width-10)] md:pb-hero-page-padding",
|
textPosition === "center" ? "items-center justify-center" : "items-end pb-[var(--width-10)] md:pb-hero-page-padding",
|
||||||
containerClassName
|
containerClassName
|
||||||
)}>
|
)}>
|
||||||
|
<div className="mb-4">
|
||||||
|
<div className="bg-gray-200 rounded-full h-2">
|
||||||
|
<div style={{ width: "50%" }} className="bg-primary-cta h-2 rounded-full"></div>
|
||||||
|
</div>
|
||||||
|
<span className="block text-sm text-gray-500">500 Students Enrolled This Month</span>
|
||||||
|
</div>
|
||||||
<TextBox
|
<TextBox
|
||||||
title={title}
|
title={title}
|
||||||
description={description}
|
description={description}
|
||||||
|
|||||||
Reference in New Issue
Block a user