Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-05-14 04:36:03 +00:00
2 changed files with 4 additions and 10 deletions

View File

@@ -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"
}
]}
/>

View File

@@ -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"
}
]}
/>