From 0a669927886512167746a54e47df9a53d0712c8b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:23:41 +0000 Subject: [PATCH 1/3] Update src/app/learn/page.tsx --- src/app/learn/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/learn/page.tsx b/src/app/learn/page.tsx index acff3ed..9382f63 100644 --- a/src/app/learn/page.tsx +++ b/src/app/learn/page.tsx @@ -100,7 +100,7 @@ export default function LearnPage() { tag="Course Features" tagAnimation="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} features={[ { id: "1", title: "Interactive Tutorials", description: -- 2.49.1 From d3b9a5d0b8a0917d0a85814fd73113476b8d7db6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:23:41 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c171a76..a76e909 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,7 +111,7 @@ export default function HomePage() { tag="Core Features" tagAnimation="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} features={[ { id: "1", title: "Structured Learning Paths", description: -- 2.49.1 From bb64b2ac6e55bcac21f3b017189fa66193186a8a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:23:42 +0000 Subject: [PATCH 3/3] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 9da91e5..0f4bc86 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -121,7 +121,7 @@ export default function ProjectsPage() { tag="Explore by Category" tagAnimation="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} features={[ { id: "1", title: "Web Development", description: -- 2.49.1