Update mentorship hero CTA to pricing
cgen-92492ea203984b10b35bed8f824d89de
This commit is contained in:
parent
6f2a3c2639
commit
3f20a705b3
1 changed files with 5 additions and 2 deletions
|
|
@ -292,7 +292,7 @@ export default function MentorshipPrograms() {
|
|||
fontSize: `${8 + Math.random() * 6}px`,
|
||||
}}
|
||||
>
|
||||
{"🎓📚💡🚀".charAt(Math.floor(Math.random() * 4))}
|
||||
{"🎓📚💡<EFBFBD><EFBFBD>".charAt(Math.floor(Math.random() * 4))}
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
|
@ -325,7 +325,10 @@ export default function MentorshipPrograms() {
|
|||
size="lg"
|
||||
className="bg-gradient-to-r from-emerald-400 to-neon-blue shadow-[0_0_25px_rgba(16,185,129,0.35)] hover:from-emerald-500 hover:to-aethex-500 hover-lift"
|
||||
>
|
||||
<Link to="/contact" className="flex items-center space-x-2">
|
||||
<Link
|
||||
to="/pricing#mentorship"
|
||||
className="flex items-center space-x-2"
|
||||
>
|
||||
<BookOpen className="h-5 w-5" />
|
||||
<span>Apply Now</span>
|
||||
<ArrowRight className="h-5 w-5" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue