diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f469973..7341800 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -9,7 +9,7 @@ import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwe
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import ContactCenter from '@/components/sections/contact/ContactCenter';
-import { Heart, Users, BrainCircuit, Target, BookOpen, ShieldCheck, Clock } from "lucide-react";
+import { Heart, ShieldCheck } from "lucide-react";
export default function AboutPage() {
return (
@@ -50,6 +50,7 @@ export default function AboutPage() {
@@ -57,6 +58,7 @@ export default function AboutPage() {
@@ -66,6 +68,7 @@ export default function AboutPage() {
title="What Makes Palante Different"
animationType="slide-up"
textboxLayout="split"
+ useInvertedBackground={false}
features={[
{ id: "d1", title: "Heart-Centered", subtitle: "Empathy first", category: "Methodology", value: "100%" },
{ id: "d2", title: "Structured Care", subtitle: "Proven framework", category: "Methodology", value: "Proven" }
@@ -76,9 +79,9 @@ export default function AboutPage() {
@@ -96,6 +100,7 @@ export default function AboutPage() {
@@ -106,6 +111,7 @@ export default function AboutPage() {
title="Let's Connect"
description="We are here to support your family's journey."
background={{ variant: "sparkles-gradient" }}
+ useInvertedBackground={false}
/>