From a8bed6bebc64bcb93b9842b2009a4a2031b3ccaf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:50:01 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 - 1 file changed, 1 deletion(-) 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} /> From 7db2b33d52dcee2e7eb952a82e968c0827cad32c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:50:02 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 2 -- 1 file changed, 2 deletions(-) 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} /> From c34bb1fccbe3dc35786716c23792900f61bda579 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:50:03 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 1 - 1 file changed, 1 deletion(-) 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} />