diff --git a/src/app/page.tsx b/src/app/page.tsx index be98983..378b8cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -114,30 +70,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - tag: "AI Writing", - title: "Smart Drafting", - subtitle: "Draft faster", - description: "AI-assisted generation tailored to specific grant requirements.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/ai-text-generator-icon-high-quality-icon-1775406322766-7f1815c2.png", - }, - { - tag: "Analytics", - title: "Win Rate Tracking", - subtitle: "Track success", - description: "Get deep insights into your submission history and win rates.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/performance-analytics-chart-modern-ui-ic-1775406323210-d617695a.png", - }, - { - tag: "Workflow", - title: "Seamless Collaboration", - subtitle: "Team up", - description: "Manage multi-user access and real-time edits effortlessly.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwfdkVjxSqmY5DPNKdocx0jBnA/document-upload-cloud-symbol-modern-ui-i-1775406322985-9e9001f6.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" }, + { 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" }, ]} - title="Intelligence Built for Grants" - description="Key features that help you focus on your mission while we handle the heavy lifting." + title="Advanced Tools for Grants" + description="Everything your team needs to write, manage, and win more grants effectively." /> @@ -147,57 +85,24 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - icon: Award, - title: "Success Rate", - value: "85%", - }, - { - id: "m2", - icon: DollarSign, - title: "Funding Secured", - value: "$500M+", - }, - { - id: "m3", - icon: Clock, - title: "Time Saved", - value: "10h/week", - }, + { id: "m1", icon: Award, title: "Success Rate", value: "92%" }, + { id: "m2", icon: DollarSign, title: "Total Funded", value: "$1.2B+" }, + { id: "m3", icon: Clock, title: "Time Saved", value: "15h/week" }, ]} - title="Data Driven Impact" - description="See why top non-profits trust our platform." + title="Proven Results" + description="Our software powers the world's most effective grant writing teams." />