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",
|
||||
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
|
||||
title={title}
|
||||
description={description}
|
||||
|
||||
Reference in New Issue
Block a user