Refactor theme structure
Add new themes under Discrete Math, move binary interactive, and remove School Connect.
This commit is contained in:
parent
76e47c5b00
commit
964c544027
12 changed files with 287 additions and 30 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue