From c8f2206ce3e0ee55037a6c2465f0b60d9b5e9bfc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:25:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fc7c26..a46c959 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,6 +58,10 @@ export default function LandingPage() { description="We offer concrete assistance to track harm and support healing." buttons={[{ text: "Learn More", href: "#services" }]} textboxLayout="split" + bulletPoints={[ + { title: "Reporting", description: "Track harm and report incidents." }, + { title: "Support", description: "Counseling and mental health support." } + ]} /> @@ -128,12 +132,14 @@ export default function LandingPage() { title="Need assistance? Reach out." description="Whether you need to report an incident or donate to the cause, we are here." background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />