diff --git a/src/app/investment-strategy/page.tsx b/src/app/investment-strategy/page.tsx index 756ba59..bb70a69 100644 --- a/src/app/investment-strategy/page.tsx +++ b/src/app/investment-strategy/page.tsx @@ -86,7 +86,7 @@ export default function InvestmentStrategyPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 16c3fec..7a9eab3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,7 +140,7 @@ export default function HomePage() { gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} /> diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 219b6e8..f489ef5 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -88,7 +88,7 @@ export default function PortfolioPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} />