From e7d80a7a69328aedd589e8e68636b220f3c60764 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:20:20 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 228 +++++++++-------------------------------------- 1 file changed, 40 insertions(+), 188 deletions(-) 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 From e1cfef8408aba3bfa3cdd44069c165fbe2e9beb0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:20:20 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5f144b6..7973cee 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; - --card: #f7fffa; - --foreground: #001a0a; - --primary-cta: #0a7039; + --background: #fdf2f2; + --card: #fceaea; + --foreground: #4a0404; + --primary-cta: #991b1b; --primary-cta-text: #fafffb; - --secondary-cta: #ffffff; + --secondary-cta: #fceaea; --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbf8e; + --accent: #f87171; + --background-accent: #fecaca; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);