diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0f34ac4..fdbfb1e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -84,7 +84,7 @@ export default function AboutPage() { tag="Our Journey" tagAnimation="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="slide-up" features={[ @@ -111,7 +111,7 @@ export default function AboutPage() { tag="Values" tagAnimation="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="slide-up" features={[ diff --git a/src/app/page.tsx b/src/app/page.tsx index fe6787a..f274202 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function HomePage() { tag="Services" tagAnimation="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="slide-up" features={[ diff --git a/src/app/process/page.tsx b/src/app/process/page.tsx index 90c203d..7824000 100644 --- a/src/app/process/page.tsx +++ b/src/app/process/page.tsx @@ -93,7 +93,7 @@ export default function ProcessPage() { tag="Process Details" tagAnimation="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="slide-up" features={[ diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 41053fe..0c7f17a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -70,7 +70,7 @@ export default function ServicesPage() { tag="Services" tagAnimation="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="slide-up" features={[ diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index 91250b1..739d62c 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -90,7 +90,7 @@ export default function WorkPage() { tag="Portfolio" tagAnimation="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="slide-up" features={[