diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3557c2e..cd0cb08 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -69,12 +69,14 @@ export default function Page() {
@@ -95,6 +97,7 @@ export default function Page() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
+ useInvertedBackground={false}
/>
@@ -126,6 +129,7 @@ export default function Page() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
+ useInvertedBackground={false}
/>
@@ -160,6 +164,7 @@ export default function Page() {
}
]}
textboxLayout="default"
+ useInvertedBackground={false}
/>
@@ -202,6 +207,7 @@ export default function Page() {
]}
animationType="slide-up"
textboxLayout="default"
+ useInvertedBackground={false}
/>
@@ -213,7 +219,7 @@ export default function Page() {
{ text: "Book a Discovery Call Today", href: "#contact" },
{ text: "💬 WhatsApp Us", href: "https://wa.me/919876543210" }
]}
- background={{ variant: "glowing-orb" }}
+ background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>