diff --git a/app/lessons/page.tsx b/app/lessons/page.tsx index afb0fdc..8cc0750 100644 --- a/app/lessons/page.tsx +++ b/app/lessons/page.tsx @@ -14,7 +14,6 @@ export default function LessonsOverview() {
{topic.description}
-{topic.description}
diff --git a/app/lessons/unit-2-decimals/page.tsx b/app/lessons/unit-2-decimals/page.tsx index 174b144..f179240 100644 --- a/app/lessons/unit-2-decimals/page.tsx +++ b/app/lessons/unit-2-decimals/page.tsx @@ -16,7 +16,7 @@ export default function Unit2Overview() { ]} />{unit.description}
{topic.description}
diff --git a/app/lessons/unit-3-decimal-operations/page.tsx b/app/lessons/unit-3-decimal-operations/page.tsx index c0d5c36..267e4ac 100644 --- a/app/lessons/unit-3-decimal-operations/page.tsx +++ b/app/lessons/unit-3-decimal-operations/page.tsx @@ -16,7 +16,7 @@ export default function Unit3Overview() { ]} />{unit.description}
{topic.description}
diff --git a/app/lessons/unit-4-ratio-proportion/page.tsx b/app/lessons/unit-4-ratio-proportion/page.tsx index c4d543f..b66d491 100644 --- a/app/lessons/unit-4-ratio-proportion/page.tsx +++ b/app/lessons/unit-4-ratio-proportion/page.tsx @@ -16,7 +16,7 @@ export default function Unit4Overview() { ]} />{unit.description}
{topic.description}
diff --git a/app/lessons/unit-5-integers/page.tsx b/app/lessons/unit-5-integers/page.tsx index e4bc4e5..dd26127 100644 --- a/app/lessons/unit-5-integers/page.tsx +++ b/app/lessons/unit-5-integers/page.tsx @@ -16,7 +16,7 @@ export default function Unit5Overview() { ]} />{unit.description}
{topic.description}
diff --git a/app/lessons/unit-6-number-system/page.tsx b/app/lessons/unit-6-number-system/page.tsx index 6e47e0a..58f44b4 100644 --- a/app/lessons/unit-6-number-system/page.tsx +++ b/app/lessons/unit-6-number-system/page.tsx @@ -16,7 +16,7 @@ export default function Unit6Overview() { ]} />{unit.description}
{topic.description}
diff --git a/app/page.tsx b/app/page.tsx index faff035..a6b2165 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -2,6 +2,7 @@ import Link from "next/link"; import { Header } from "@/components/layout/header"; import { Footer } from "@/components/layout/footer"; import { curriculum } from "@/lib/curriculum"; +import { TopicArt } from "@/components/home/topic-art"; const unitStyles = { "unit-1": { @@ -104,7 +105,6 @@ export default function Home() {{unit.description}
-{unit.weeks}
))} @@ -121,11 +121,9 @@ export default function Home() { href={`/lessons/${unit.slug}/${topic.slug}`} className="rounded-sm border border-[#8ea9df] bg-white p-2 transition-transform hover:-translate-y-0.5 hover:shadow-md" > -