Skip to content

Commit a6085ce

Browse files
authored
Merge pull request #63 from CantinaVerse-tech/cantina-intern
feat: Update Academic Learning page with onboarding, NFT certificates, and ComingSoon updates
2 parents d23540f + 3e56319 commit a6085ce

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

pages/academic-learning.tsx

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)