File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,17 +59,29 @@ export default function AcademicLearning() {
5959 description : "Signed partnership agreement to integrate our curriculum into computer science programs" ,
6060 date : "1 week ago" ,
6161 icon : "🏫"
62+ } ,
63+ {
64+ title : "Expert Instructor Onboarding" ,
65+ description : "10 industry experts and professors have joined as course instructors and mentors" ,
66+ date : "2 weeks ago" ,
67+ icon : "👨🏫"
68+ } ,
69+ {
70+ title : "NFT Certificate Smart Contracts" ,
71+ description : "Completed development and audit of certificate issuance smart contracts on testnet" ,
72+ date : "3 weeks ago" ,
73+ icon : "🏆"
6274 }
63- ] ; // ADDED missing semicolon
75+ ] ;
6476
6577 return (
6678 < ComingSoon
6779 title = "Academic Learning Hub"
68- description = "Master blockchain development through structured learning "
69- feature = "learning platform"
80+ description = "Master blockchain development through structured, university-grade education "
81+ feature = "educational platform"
7082 icon = "🎓"
71- progress = { 42 }
72- subscriberCount = { 756 }
83+ progress = { 71 }
84+ subscriberCount = { 3847 }
7385 />
7486 ) ;
75- } // ADDED missing closing brace
87+ }
You can’t perform that action at this time.
0 commit comments