Add binary interactive to School Connect
Implement a binary representation interactive game with cards, a timer, and score tracking on the School Connect page.
This commit is contained in:
parent
02b53640b7
commit
435f7a3d43
3 changed files with 284 additions and 5 deletions
|
|
@ -1,11 +1,10 @@
|
|||
import ComingSoon from "@/components/ComingSoon";
|
||||
import InteractiveGallery from "@/components/InteractiveGallery";
|
||||
|
||||
const SchoolConnect = () => {
|
||||
return (
|
||||
<ComingSoon
|
||||
title="School Connect"
|
||||
description="Interactive tools and resources designed to connect theoretical concepts with practical applications in educational settings, helping bridge the gap between learning and real-world application."
|
||||
/>
|
||||
<div className="container mx-auto px-4 py-8">
|
||||
<InteractiveGallery />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue