7 Commits

Author SHA1 Message Date
4947b6d2e1 Merge version_3 into main
Merge version_3 into main
2026-03-03 09:53:03 +00:00
2bec702402 Update src/app/page.tsx 2026-03-03 09:52:59 +00:00
e9cd62beb1 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:47:30 +00:00
956a629dd2 Update src/app/page.tsx 2026-03-03 09:47:26 +00:00
8b9c3bd0e3 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:19:08 +00:00
99395fd637 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:17:32 +00:00
a2c0cc3e3e Merge version_1 into main
Merge version_1 into main
2026-03-03 09:15:04 +00:00

View File

@@ -43,8 +43,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardDashboard
title="Master Your Craft with Premium Learning"
description="Unlock exclusive courses and resources designed by industry experts. Transform your skills and accelerate your career growth with structured, hands-on learning."
title="Land Your Dream Job in 6 Months"
description="Join 50,000+ professionals who've earned $50K+ more within a year of completing our courses. Our industry-expert training combined with job placement support delivers proven career acceleration."
tag="Premium Education"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -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>