From 54427939b4a29080d34ef4b0dd629d929ad30ed4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 04:35:59 +0000 Subject: [PATCH 1/2] Update src/app/ethics/page.tsx --- src/app/ethics/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/ethics/page.tsx b/src/app/ethics/page.tsx index 1993919..3599e7d 100644 --- a/src/app/ethics/page.tsx +++ b/src/app/ethics/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import { Gavel, Scale, AlertTriangle } from "lucide-react"; export default function EthicsPage() { return ( @@ -33,12 +32,10 @@ export default function EthicsPage() { gridVariant="bento-grid" features={[ { - id: "bias", title: "Understanding Bias", descriptions: ["Recognizing implicit biases that lead to unfair treatment or discrimination in social settings."], - imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-having-meeting_23-2148766735.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/diverse-people-having-meeting_23-2148766735.jpg", buttonText: "Learn More" + title: "Understanding Bias", description: "Recognizing implicit biases that lead to unfair treatment or discrimination in social settings.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-having-meeting_23-2148766735.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/diverse-people-having-meeting_23-2148766735.jpg", buttonText: "Learn More" }, { - id: "advocacy", title: "Active Advocacy", descriptions: ["Standing up against discriminatory behavior and creating safe spaces for everyone."], - imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-joining-hands_23-2148766723.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-joining-hands_23-2148766723.jpg", buttonText: "Get Involved" + title: "Active Advocacy", description: "Standing up against discriminatory behavior and creating safe spaces for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-joining-hands_23-2148766723.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-joining-hands_23-2148766723.jpg", buttonText: "Get Involved" } ]} /> -- 2.49.1 From 3c46510b45e5aa6a9eb8e592197c14373660d342 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 04:35:59 +0000 Subject: [PATCH 2/2] Update src/app/protective/page.tsx --- src/app/protective/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/protective/page.tsx b/src/app/protective/page.tsx index 021a011..e285ab2 100644 --- a/src/app/protective/page.tsx +++ b/src/app/protective/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import { ShieldCheck, Lock, Eye } from "lucide-react"; export default function ProtectivePage() { return ( @@ -33,12 +32,10 @@ export default function ProtectivePage() { gridVariant="bento-grid" features={[ { - id: "boundaries", title: "Establishing Boundaries", descriptions: ["Defining clear personal limits to foster respect and maintain healthy interactions."], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-protective-gesture_23-2148812671.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-protective-gesture_23-2148812671.jpg", buttonText: "Learn More" + title: "Establishing Boundaries", description: "Defining clear personal limits to foster respect and maintain healthy interactions.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-protective-gesture_23-2148812671.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-protective-gesture_23-2148812671.jpg", buttonText: "Learn More" }, { - id: "safety", title: "Safety Awareness", descriptions: ["Developing heightened awareness of environments and situations to proactively mitigate risk."], - imageSrc: "http://img.b2bpic.net/free-photo/security-concept-with-person_23-2148516303.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/security-concept-with-person_23-2148516303.jpg", buttonText: "Get Involved" + title: "Safety Awareness", description: "Developing heightened awareness of environments and situations to proactively mitigate risk.", imageSrc: "http://img.b2bpic.net/free-photo/security-concept-with-person_23-2148516303.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/security-concept-with-person_23-2148516303.jpg", buttonText: "Get Involved" } ]} /> -- 2.49.1