Merge version_3 into main #2

Merged
bender merged 2 commits from version_3 into main 2026-03-07 08:08:21 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1422,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -185,7 +185,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Get Involved Today"
ctaDescription="Whether you want to donate, volunteer, or partner with us, we'd love to hear from you. Every contribution counts."
ctaDescription="Every contribution feeds a family, saves a life, or rebuilds a community. Whether you want to donate, volunteer, or partner with us, we'd love to hear from you."
ctaButton={{ text: "Start Giving Today", href: "#" }}
ctaIcon={Heart}
faqs={[
@@ -260,4 +260,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}