Refactor theme structure

Add new themes under Discrete Math, move binary interactive, and remove School Connect.
This commit is contained in:
gpt-engineer-app[bot] 2025-07-19 13:53:44 +00:00
parent 76e47c5b00
commit 964c544027
12 changed files with 287 additions and 30 deletions

View file

@ -13,12 +13,6 @@ import ThemeCard from "@/components/ThemeCard";
const Themes = () => {
const themes = [
{
title: "School Connect",
description: "Interactive tools designed to bridge theoretical concepts with practical applications in educational settings.",
path: "/themes/school-connect",
icon: <GraduationCap className="w-6 h-6" />
},
{
title: "Discrete Math",
description: "Explore fundamental concepts in discrete mathematics through visual and interactive demonstrations.",