diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 22a7aa0..8f537dc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -53,7 +53,6 @@ export default function ContactPage() { { text: "WhatsApp", href: "https://wa.me/6281234567890" }, ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index ca8228f..1825672 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,6 @@ export default function HomePage() { { text: "Let's Connect", href: "/contact" }, ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -110,7 +109,6 @@ 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 d99547c..37de758 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -64,7 +64,6 @@ export default function ServicesPage() { tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} />