diff --git a/src/app/page.tsx b/src/app/page.tsx
index 59ec677..f81f537 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -122,7 +122,6 @@ export default function Home() {
@@ -150,6 +150,7 @@ export default function Home() {
plans={pricingPlans}
animationType="slide-up"
textboxLayout="default"
+ useInvertedBackground={false}
/>
@@ -159,6 +160,7 @@ export default function Home() {
testimonials={testimonials}
animationType="slide-up"
textboxLayout="default"
+ useInvertedBackground={false}
/>
@@ -172,6 +174,7 @@ export default function Home() {
mediaPosition="right"
faqsAnimation="slide-up"
textboxLayout="default"
+ useInvertedBackground={false}
/>
@@ -182,6 +185,7 @@ export default function Home() {
{ text: "Contattaci", href: "#" }
]}
background={{ variant: "sparkles-gradient" }}
+ useInvertedBackground={false}
/>