Compare commits
2 Commits
version_11
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c321c0984 | |||
| d644d82f1e |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Launch Your Tech Career Today"
|
||||
description="Join thousands of students learning cutting-edge IT skills through hands-on courses and expert instruction. Start your journey to a successful tech career today."
|
||||
description="Enrollment deadline: 5 days left"
|
||||
tag="Premium Tech Education"
|
||||
tagIcon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg"
|
||||
|
||||
@@ -57,6 +57,9 @@ const ProductCardItem = memo(({
|
||||
|
||||
<div className="relative z-1 flex items-center justify-between gap-4">
|
||||
<div className="flex-1 min-w-0">
|
||||
{product.name?.includes("Data Science") && (
|
||||
<span className="inline-block px-3 py-1 text-sm font-medium rounded-full bg-primary-cta/10 text-primary-cta">Most Popular</span>
|
||||
)}
|
||||
<h3 className={cls("text-base font-medium truncate leading-[1.3]", shouldUseLightText ? "text-background" : "text-foreground", cardNameClassName)}>
|
||||
{product.name}
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user