diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 25d6bba..3407ded 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -91,7 +91,7 @@ export default function AboutPage() { 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 936ae22..cb27297 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function HomePage() { gridVariant="uniform-4-items" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} buttons={[{ text: "Explore All Services", href: "/about" }]} />