2 Commits

Author SHA1 Message Date
03f9438882 Update src/app/page.tsx 2026-04-05 16:37:46 +00:00
314e7cda46 Merge version_4 into main
Merge version_4 into main
2026-04-05 16:36:46 +00:00

View File

@@ -61,7 +61,8 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="Our Mission"
title="Transforming Grant Writing for Non-Profits"
buttons={[{ text: "Explore Features", href: "#features" }]}
buttons={[{ text: "Explore Features", href: "#features" }]
}
/>
</div>
@@ -127,14 +128,14 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Get in Touch"
description="Have questions about our grant writing tools or need specialized support? Fill out the form below."
title="Schedule Your Free Demo"
description="Ready to transform your grant success? Fill out the form to request a personalized demo or consultation with our team."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name" },
{ name: "email", type: "email", placeholder: "Email Address" }
]}
textarea={{ name: "inquiry", placeholder: "Your grant writing inquiry", rows: 4 }}
buttonText="Send Inquiry"
buttonText="Request Demo"
/>
</div>