diff --git a/src/app/page.tsx b/src/app/page.tsx
index b36f948..946e6d5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -90,6 +90,7 @@ export default function WebAgency2Page() {
animationType="depth-3d"
gridVariant="three-columns-all-equal-width"
textboxLayout="default"
+ useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Alex Rivers", role: "Founder", company: "Best Bridge", rating: 5 },
{ id: "2", name: "Sarah Chen", role: "Operations Manager", company: "Signature Pub", rating: 5 },
@@ -99,6 +100,7 @@ export default function WebAgency2Page() {