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:
gpt-engineer-app[bot] 2025-07-19 13:16:46 +00:00
parent 02b53640b7
commit 435f7a3d43
3 changed files with 284 additions and 5 deletions

View file

@ -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>
);
};