Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b05b657a37 | |||
| 8020fcaf2b | |||
| 03f9438882 | |||
| 314e7cda46 | |||
| b52f3c812e | |||
| fa51aeb4ff | |||
| 91c9c14165 |
@@ -49,9 +49,9 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/uploaded-1775406987243-bwkywtj4.png", imageAlt: "Grant Writing Software Interface" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/modern-sleek-dashboard-for-grant-writing-1775406324967-5be3cdcc.png", imageAlt: "Dashboard" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/professional-team-working-on-grant-propo-1775406324401-35fc7066.png", imageAlt: "Collaboration" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/close-up-of-analytical-data-on-a-screen--1775406324261-cb65d085.png", imageAlt: "Analytics" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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>
|
||||
|
||||
@@ -70,9 +71,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ tag: "AI Automation", title: "Intelligent Drafting", subtitle: "Save time", description: "Generate high-quality grant drafts instantly based on your project goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/ai-text-generator-icon-high-quality-icon-1775406322766-7f1815c2.png" },
|
||||
{ tag: "Workflow", title: "Seamless Team Collaboration", subtitle: "Work together", description: "Real-time editing and shared workspaces designed for busy teams.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/document-upload-cloud-symbol-modern-ui-i-1775406322985-9e9001f6.png" },
|
||||
{ tag: "Tracking", title: "Success Analytics", subtitle: "Monitor growth", description: "Advanced insights into your application performance and funding trends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/performance-analytics-chart-modern-ui-ic-1775406323210-d617695a.png" },
|
||||
{ tag: "AI Automation", title: "Intelligent Drafting", subtitle: "Save time", description: "Generate high-quality grant drafts instantly based on your project goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/ai-text-generator-icon-high-quality-icon-1775406322766-7f1815c2.png", buttons: [{ text: "See Drafting" }] },
|
||||
{ tag: "Workflow", title: "Seamless Team Collaboration", subtitle: "Work together", description: "Real-time editing and shared workspaces designed for busy teams.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/document-upload-cloud-symbol-modern-ui-i-1775406322985-9e9001f6.png", buttons: [{ text: "See Collaboration" }] },
|
||||
{ tag: "Tracking", title: "Success Analytics", subtitle: "Monitor growth", description: "Advanced insights into your application performance and funding trends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/performance-analytics-chart-modern-ui-ic-1775406323210-d617695a.png", buttons: [{ text: "See Analytics" }] },
|
||||
]}
|
||||
title="Advanced Tools for Grants"
|
||||
description="Everything your team needs to write, manage, and win more grants effectively."
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user