From 8b85871ee5c405b542bed499dbfc4f6c997174d3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 02:01:26 +0000 Subject: [PATCH] Update src/app/features/page.tsx --- src/app/features/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 11d2dce..a06b4d2 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -42,6 +42,7 @@ export default function FeaturesPage() { description="Choose the plan that fits your production needs." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "p1", badge: "Starter", price: "$99", subtitle: "Per Project", features: ["Basic Color Grading", "Audio Balancing", "1 Round Revision"] @@ -59,6 +60,7 @@ export default function FeaturesPage() { description="We've helped brands grow their reach and impact." names={["Netflix", "Adobe", "Meta", "Spotify", "Google"]} textboxLayout="default" + useInvertedBackground={false} /> -- 2.49.1