diff --git a/src/app/page.tsx b/src/app/page.tsx index 380ce0a..523a50c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,61 +47,38 @@ export default function LandingPage() {
@@ -122,19 +91,13 @@ export default function LandingPage() { 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: "Physical Abuse", description: "Any form of bodily harm or threat."}, { - title: "Emotional Abuse", - description: "Persistent manipulation or threats.", - }, + title: "Emotional Abuse", description: "Persistent manipulation or threats."}, { - title: "Verbal Abuse", - description: "Harassment or degrading language.", - }, + title: "Verbal Abuse", description: "Harassment or degrading language."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-people-connecting-through-hands_23-2149125877.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-people-connecting-through-hands_23-2149125877.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -147,29 +110,19 @@ export default function LandingPage() { features={[ { icon: Heart, - title: "Physical Abuse", - description: "Direct acts of violence or bodily harm.", - }, + title: "Physical Abuse", description: "Direct acts of violence or bodily harm."}, { icon: Heart, - title: "Emotional Abuse", - description: "Tactics meant to control and demean.", - }, + title: "Emotional Abuse", description: "Tactics meant to control and demean."}, { icon: MessageSquare, - title: "Verbal Abuse", - description: "Degrading speech and psychological harassment.", - }, + title: "Verbal Abuse", description: "Degrading speech and psychological harassment."}, { icon: DollarSign, - title: "Economic Control", - description: "Restricting access to financial independence.", - }, + title: "Economic Control", description: "Restricting access to financial independence."}, { icon: AlertTriangle, - title: "Harassment", - description: "Unwanted conduct violating dignity.", - }, + title: "Harassment", description: "Unwanted conduct violating dignity."}, ]} title="Types of Violence" description="Recognizing the signs is the first step toward stopping the cycle." @@ -183,14 +136,8 @@ export default function LandingPage() { 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" @@ -203,25 +150,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Speak Up", - content: "Never stay silent when you see abuse.", - }, + id: "f1", title: "Speak Up", content: "Never stay silent when you see abuse."}, { - id: "f2", - title: "Support Victims", - content: "Listen and provide safe pathways to help.", - }, + id: "f2", title: "Support Victims", content: "Listen and provide safe pathways to help."}, { - id: "f3", - title: "Report Abuse", - content: "Contact local authorities for immediate safety.", - }, + id: "f3", title: "Report Abuse", content: "Contact local authorities for immediate safety."}, { - id: "f4", - title: "Promote Equality", - content: "Challenge stereotypes every single day.", - }, + id: "f4", title: "Promote Equality", content: "Challenge stereotypes every single day."}, ]} sideTitle="How to Help" sideDescription="Small actions create a big impact in your community." @@ -237,25 +172,15 @@ export default function LandingPage() { author="Campaign Advocate" avatars={[ { - src: "http://img.b2bpic.net/free-photo/female-military-general-portrait_23-2149222044.jpg", - alt: "A", - }, + src: "http://img.b2bpic.net/free-photo/female-military-general-portrait_23-2149222044.jpg?_wi=1", alt: "A"}, { - src: "http://img.b2bpic.net/free-photo/person-protesting-with-placard-world-environment-day-outdoors_23-2149571844.jpg", - alt: "B", - }, + src: "http://img.b2bpic.net/free-photo/person-protesting-with-placard-world-environment-day-outdoors_23-2149571844.jpg?_wi=1", alt: "B"}, { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-it-professional-silicon-valley-company-office-developing-software-apps-happy_482257-136225.jpg", - alt: "C", - }, + src: "http://img.b2bpic.net/free-photo/portrait-smiling-it-professional-silicon-valley-company-office-developing-software-apps-happy_482257-136225.jpg?_wi=1", alt: "C"}, { - src: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-black-leggins-fitness-outfit-pink-background_285396-10851.jpg", - alt: "D", - }, + src: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-black-leggins-fitness-outfit-pink-background_285396-10851.jpg?_wi=1", alt: "D"}, { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg", - alt: "E", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg?_wi=1", alt: "E"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -266,9 +191,13 @@ export default function LandingPage() { @@ -277,29 +206,19 @@ export default function LandingPage() { logoText="Her Voice Matters" columns={[ { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Help Center", - href: "#", - }, + label: "Help Center", href: "#"}, { - label: "Legal Rights", - href: "#", - }, + label: "Legal Rights", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, ], }, ]} @@ -308,4 +227,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file