diff --git a/src/app/resources/page.tsx b/src/app/resources/page.tsx index 6c27f7b..ec3c6be 100644 --- a/src/app/resources/page.tsx +++ b/src/app/resources/page.tsx @@ -36,6 +36,7 @@ export default function ResourcesPage() { gridVariant="uniform-all-items-equal" title="Biology Resources" description="Essential tools and documents for your research." + useInvertedBackground={false} metrics={[ { id: "1", value: "PDF", title: "Genetics Handbook", description: "Comprehensive manual.", icon: BookOpen }, { id: "2", value: "Tools", title: "Simulation Suite", description: "Interactive models.", icon: BookOpen }, diff --git a/src/app/topics/page.tsx b/src/app/topics/page.tsx index e706057..149b0b2 100644 --- a/src/app/topics/page.tsx +++ b/src/app/topics/page.tsx @@ -35,6 +35,7 @@ export default function TopicsPage() { gridVariant="uniform-all-items-equal" title="Biology Topics" description="Explore our curated library of biological subjects." + useInvertedBackground={false} features={[ { title: "Cellular Structure", description: "Deep dive into organelles and their functions.", imageSrc: "", buttonText: "Read More", titleImageSrc: "" }, { title: "Genetic Coding", description: "Understanding the building blocks of life.", imageSrc: "", buttonText: "Read More", titleImageSrc: "" },