diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ff0cb56..3ba4178 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,7 +10,18 @@ import { BookOpen } from "lucide-react"; export default function AboutPage() { return ( - +
@@ -42,6 +52,8 @@ export default function AboutPage() { { id: "1", name: "Dr. Elena Vance" }, { id: "2", name: "Dr. Marcus Thorne" } ]} + membersAnimation="slide-up" + useInvertedBackground={false} />
diff --git a/src/app/science/page.tsx b/src/app/science/page.tsx index a64d59e..36cae4e 100644 --- a/src/app/science/page.tsx +++ b/src/app/science/page.tsx @@ -9,7 +9,18 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen export default function SciencePage() { return ( - +
@@ -32,6 +42,7 @@ export default function SciencePage() { { id: "2", title: "Physiological Impact", descriptions: ["Clinical evidence showing significant strength gains in adults 40+."] }, { id: "3", title: "Safety Profile", descriptions: ["Peer-reviewed safety markers demonstrating zero adverse long-term effects."] } ]} + useInvertedBackground={false} />
@@ -44,6 +55,7 @@ export default function SciencePage() { { id: "m2", value: "98%", description: "Safety and efficacy rating" }, { id: "m3", value: "10k+", description: "Lives improved through functional research" } ]} + useInvertedBackground={false} />