Merge version_2 into main #2
@@ -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." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="S.I.A.N.D."
|
||||
videoSrc="https://assets.mixkit.co/videos/preview/mixkit-hand-in-hand-solidarity-gesture-45098-large.mp4"
|
||||
columns={[
|
||||
{ title: "Resources", items: [{ label: "Report Form", href: "#" }, { label: "Mental Health", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Donate", href: "#" }] }
|
||||
|
||||
Reference in New Issue
Block a user