Merge version_4 into main #7

Merged
bender merged 2 commits from version_4 into main 2026-05-18 10:11:09 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -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 },

View File

@@ -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: "" },