Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-03 09:47:31 +00:00

View File

@@ -147,7 +147,7 @@ export default function LandingPage() {
]
},
{
id: "professional", tag: "Professional Plan", tagIcon: Award,
id: "professional", tag: "Most Popular - Professional Plan", tagIcon: Award,
price: "$149", period: "/month", description: "Most popular - ideal for serious learners", button: { text: "Get Started", href: "#" },
featuresTitle: "What's Included:", features: [
"Unlimited course access", "Priority email & chat support", "Advanced certificates", "Monthly live workshops", "Career coaching sessions"
@@ -163,6 +163,7 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
planTagClassName="font-bold"
/>
</div>