diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index aa19090..090002b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -71,7 +71,7 @@ export default function AboutPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} buttonAnimation="slide-up" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index b4edec9..18377e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} buttonAnimation="slide-up" />