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} />