diff --git a/src/app/page.tsx b/src/app/page.tsx index 1825672..3791450 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,6 +109,7 @@ export default function HomePage() { tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 37de758..d99547c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -64,6 +64,7 @@ export default function ServicesPage() { tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} />