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: 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: 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: