Merge version_7 into main #7

Merged
bender merged 2 commits from version_7 into main 2026-04-05 16:48:06 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -61,8 +61,7 @@ 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>
@@ -71,9 +70,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", 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" }] },
{ 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: "Explore Drafting Capabilities", href: "#features" }] },
{ 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: "View Collaboration Tools", href: "#features" }] },
{ 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: "Discover Analytics", href: "#features" }] },
]}
title="Advanced Tools for Grants"
description="Everything your team needs to write, manage, and win more grants effectively."
@@ -136,6 +135,7 @@ export default function LandingPage() {
]}
textarea={{ name: "inquiry", placeholder: "Your grant writing inquiry", rows: 4 }}
buttonText="Request Demo"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/uploaded-1775407665927-prnkst1r.png"
/>
</div>
@@ -165,4 +165,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--background: #fbf9fb;
--card: #f4f1f4;
--foreground: #2d242c;
--primary-cta: #8b5cf6;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta: #fbf9fb;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--accent: #d8cce8;
--background-accent: #e0cce0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);