diff --git a/src/app/page.tsx b/src/app/page.tsx
index d4ed001..fa876ce 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,136 +29,38 @@ export default function LandingPage() {
@@ -166,12 +68,12 @@ export default function LandingPage() {
@@ -181,24 +83,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Educational Awareness",
- description: "Running workshops to identify warning signs and promote healthy relationships.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w2xng2",
- },
- {
- title: "Safe Haven Support",
- description: "Providing secure channels and resources for those needing immediate assistance.",
- imageSrc: "http://img.b2bpic.net/free-photo/confident-job-applicants-filling-documents-with-their-details-sitting-hallway-back-back_482257-133736.jpg",
- },
- {
- title: "Legal Advocacy",
- description: "Guiding survivors through legal pathways to secure justice and safety.",
- imageSrc: "http://img.b2bpic.net/free-photo/law-judgement-justice-equality-concept_53876-133592.jpg",
- },
+ { title: "Confidential Support", description: "Secure resources and counseling for those in need.", imageSrc: "http://img.b2bpic.net/free-photo/support-group-session_23-2149033791.jpg" },
+ { title: "Legal Advocacy", description: "Navigating justice pathways for survivors.", imageSrc: "http://img.b2bpic.net/free-photo/justice-scales_23-2148443907.jpg" },
+ { title: "Community Education", description: "Workshops that teach prevention and healthy relationships.", imageSrc: "http://img.b2bpic.net/free-photo/workshop-education_23-2149571809.jpg" },
]}
- title="How We Provide Help"
- description="We offer structured support and advocacy programs to assist survivors and educate the community on prevention."
+ title="Providing Help"
+ description="Our programs ensure survivors receive the protection and resources they deserve."
/>
@@ -206,34 +96,11 @@ export default function LandingPage() {
@@ -241,39 +108,24 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file