From 5592febfca0c0fa1c62c4626cfebe600a7085fbc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:48:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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() {