diff --git a/src/app/page.tsx b/src/app/page.tsx
index 523a50c..b2641c7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -46,39 +42,23 @@ export default function LandingPage() {
@@ -90,12 +70,9 @@ export default function LandingPage() {
title="About Violence Against Women"
description="Violence against women includes physical, emotional, verbal, and psychological abuse. It is a systematic issue that impacts our community and requires our collective action."
bulletPoints={[
- {
- title: "Physical Abuse", description: "Any form of bodily harm or threat."},
- {
- title: "Emotional Abuse", description: "Persistent manipulation or threats."},
- {
- title: "Verbal Abuse", description: "Harassment or degrading language."},
+ { title: "Physical Abuse", description: "Any form of bodily harm or threat." },
+ { title: "Emotional Abuse", description: "Persistent manipulation or threats." },
+ { title: "Verbal Abuse", description: "Harassment or degrading language." },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-connecting-through-hands_23-2149125877.jpg?_wi=1"
mediaAnimation="slide-up"
@@ -108,21 +85,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Heart,
- title: "Physical Abuse", description: "Direct acts of violence or bodily harm."},
- {
- icon: Heart,
- title: "Emotional Abuse", description: "Tactics meant to control and demean."},
- {
- icon: MessageSquare,
- title: "Verbal Abuse", description: "Degrading speech and psychological harassment."},
- {
- icon: DollarSign,
- title: "Economic Control", description: "Restricting access to financial independence."},
- {
- icon: AlertTriangle,
- title: "Harassment", description: "Unwanted conduct violating dignity."},
+ { icon: Heart, title: "Physical Abuse", description: "Direct acts of violence or bodily harm." },
+ { icon: Heart, title: "Emotional Abuse", description: "Tactics meant to control and demean." },
+ { icon: MessageSquare, title: "Verbal Abuse", description: "Degrading speech and psychological harassment." },
+ { icon: DollarSign, title: "Economic Control", description: "Restricting access to financial independence." },
+ { icon: AlertTriangle, title: "Harassment", description: "Unwanted conduct violating dignity." },
]}
title="Types of Violence"
description="Recognizing the signs is the first step toward stopping the cycle."
@@ -135,10 +102,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1", value: "1 in 3", title: "Women experience violence", items: [
- "Global statistics indicate high prevalence.", "Many incidents go unreported.", "Action is necessary now."],
- },
+ { id: "m1", value: "1 in 3", title: "Women experience violence", items: ["Global statistics indicate high prevalence.", "Many incidents go unreported.", "Action is necessary now."] },
]}
title="The Reality"
description="The scale of this issue is significant."
@@ -149,14 +113,10 @@ export default function LandingPage() {
@@ -205,26 +157,12 @@ export default function LandingPage() {