diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2dcbfe5..b1dd4cd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -40,6 +40,7 @@ export default function Page() {
@@ -58,6 +60,7 @@ export default function Page() {
animationType="slide-up"
textboxLayout="default"
features={[]}
+ useInvertedBackground={false}
/>
@@ -66,6 +69,7 @@ export default function Page() {
description="Contact us for bookings."
inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" }]}
mediaAnimation="slide-up"
+ useInvertedBackground={false}
/>