Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-03 13:23:39 +00:00
4 changed files with 116 additions and 339 deletions

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "features" }, { label: "Features", href: "features" },
{ label: "Security", href: "security" }, { label: "Security", href: "security" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "about" }, { label: "About", href: "about" },
{ label: "Team", href: "team" }, { label: "Team", href: "team" },
{ label: "Careers", href: "#" }, { label: "Careers", href: "#" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" }, { label: "Security", href: "#" },
@@ -76,43 +73,25 @@ export default function ContactPage() {
tagIcon={HelpCircle} tagIcon={HelpCircle}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "How can I schedule a demo?", content:
title: "How can I schedule a demo?", "Our sales team is ready to showcase FinFlow's capabilities. Email us at sales@finflow.io or use our contact form above. We'll schedule a personalized demo tailored to your business needs."},
content:
"Our sales team is ready to showcase FinFlow's capabilities. Email us at sales@finflow.io or use our contact form above. We'll schedule a personalized demo tailored to your business needs.",
},
{ {
id: "2", id: "2", title: "What is the typical sales cycle?", content:
title: "What is the typical sales cycle?", "Enterprise deals typically close within 4-12 weeks. Initial discovery call (1 week), technical evaluation (2-3 weeks), contract negotiation (1-2 weeks), and final approval (1-2 weeks)."},
content:
"Enterprise deals typically close within 4-12 weeks. Initial discovery call (1 week), technical evaluation (2-3 weeks), contract negotiation (1-2 weeks), and final approval (1-2 weeks).",
},
{ {
id: "3", id: "3", title: "Do you offer custom implementations?", content:
title: "Do you offer custom implementations?", "Yes. Our professional services team specializes in custom implementations, data migrations, and integration setup for enterprise clients. Typical projects range from 8-16 weeks."},
content:
"Yes. Our professional services team specializes in custom implementations, data migrations, and integration setup for enterprise clients. Typical projects range from 8-16 weeks.",
},
{ {
id: "4", id: "4", title: "What support channels are available?", content:
title: "What support channels are available?", "Enterprise clients receive 24/7 support via email, Slack, and phone. Our average response time for critical issues is under 15 minutes. Premium support includes dedicated account managers and quarterly business reviews."},
content:
"Enterprise clients receive 24/7 support via email, Slack, and phone. Our average response time for critical issues is under 15 minutes. Premium support includes dedicated account managers and quarterly business reviews.",
},
{ {
id: "5", id: "5", title: "Can I integrate FinFlow with my current systems?", content:
title: "Can I integrate FinFlow with my current systems?", "Absolutely. FinFlow offers 500+ pre-built integrations and flexible APIs. Our integration specialists have successfully connected to legacy banking systems, ERP platforms, and custom applications."},
content:
"Absolutely. FinFlow offers 500+ pre-built integrations and flexible APIs. Our integration specialists have successfully connected to legacy banking systems, ERP platforms, and custom applications.",
},
{ {
id: "6", id: "6", title: "Where are your data centers located?", content:
title: "Where are your data centers located?", "We operate data centers in North America, Europe, and Asia-Pacific. Enterprise clients can choose data residency preferences. We maintain multiple geographic backups for disaster recovery and compliance."},
content:
"We operate data centers in North America, Europe, and Asia-Pacific. Enterprise clients can choose data residency preferences. We maintain multiple geographic backups for disaster recovery and compliance.",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-financial-support-team-envi-1772544009073-79e9c5b6.png?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-financial-support-team-envi-1772544009073-79e9c5b6.png"
imageAlt="Financial support team" imageAlt="Financial support team"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="left" mediaPosition="left"
@@ -131,13 +110,7 @@ export default function ContactPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Sales Support", "Sales Support", "Technical Support", "Implementation Team", "Account Management", "Security Team", "Compliance"]}
"Technical Support",
"Implementation Team",
"Account Management",
"Security Team",
"Compliance",
]}
speed={40} speed={40}
showCard={true} showCard={true}
/> />

View File

@@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const manrope = Manrope({ const manrope = Manrope({
variable: "--font-manrope", variable: "--font-manrope", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "FinFlow - Enterprise Financial Software Platform", title: "FinFlow - Enterprise Financial Software Platform", description: "Premium financial software platform for enterprise operations. Real-time analytics, workflow automation, bank-level security, and 500+ integrations for financial institutions.", keywords: "financial software, enterprise finance, fintech platform, payment processing, financial automation, compliance, security", robots: {
description: "Premium financial software platform for enterprise operations. Real-time analytics, workflow automation, bank-level security, and 500+ integrations for financial institutions.",
keywords: "financial software, enterprise finance, fintech platform, payment processing, financial automation, compliance, security",
robots: {
index: true, index: true,
follow: true, follow: true,
}, },
openGraph: { openGraph: {
title: "FinFlow - Enterprise Financial Software", title: "FinFlow - Enterprise Financial Software", description: "Transform financial operations with real-time analytics, automation, and enterprise-grade security.", url: "https://finflow.io", siteName: "FinFlow", type: "website", images: [
description: "Transform financial operations with real-time analytics, automation, and enterprise-grade security.",
url: "https://finflow.io",
siteName: "FinFlow",
type: "website",
images: [
{ {
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/a-modern-professional-financial-dashboar-1772544009590-138f5b33.png", url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/a-modern-professional-financial-dashboar-1772544009590-138f5b33.png", alt: "FinFlow Financial Dashboard"},
alt: "FinFlow Financial Dashboard",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "FinFlow - Enterprise Financial Software", description: "Real-time analytics and automation for financial institutions", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/a-modern-professional-financial-dashboar-1772544009590-138f5b33.png"],
title: "FinFlow - Enterprise Financial Software",
description: "Real-time analytics and automation for financial institutions",
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/a-modern-professional-financial-dashboar-1772544009590-138f5b33.png"],
}, },
}; };

View File

@@ -51,8 +51,7 @@ export default function HomePage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "features" }, { label: "Features", href: "features" },
{ label: "Security", href: "security" }, { label: "Security", href: "security" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
@@ -60,8 +59,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "about" }, { label: "About", href: "about" },
{ label: "Team", href: "team" }, { label: "Team", href: "team" },
{ label: "Careers", href: "#" }, { label: "Careers", href: "#" },
@@ -69,8 +67,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" }, { label: "Security", href: "#" },
@@ -113,11 +110,8 @@ export default function HomePage() {
{ text: "View Demo", href: "#" }, { text: "View Demo", href: "#" },
]} ]}
dashboard={{ dashboard={{
title: "Financial Dashboard Hub", title: "Financial Dashboard Hub", logoIcon: TrendingUp,
logoIcon: TrendingUp, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/a-modern-professional-financial-dashboar-1772544009590-138f5b33.png", imageAlt: "Financial dashboard interface", buttons: [
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/a-modern-professional-financial-dashboar-1772544009590-138f5b33.png",
imageAlt: "Financial dashboard interface",
buttons: [
{ text: "View Analytics", href: "#" }, { text: "View Analytics", href: "#" },
{ text: "Export Report", href: "#" }, { text: "Export Report", href: "#" },
], ],
@@ -129,52 +123,32 @@ export default function HomePage() {
], ],
stats: [ stats: [
{ {
title: "Transaction Volume", title: "Transaction Volume", values: [245000000, 312000000, 425000000],
values: [245000000, 312000000, 425000000], valuePrefix: "$", valueSuffix: "B", description: "Daily processed volume"},
valuePrefix: "$",
valueSuffix: "B",
description: "Daily processed volume",
},
{ {
title: "Processing Time", title: "Processing Time", values: [1.2, 0.8, 0.5],
values: [1.2, 0.8, 0.5], valuePrefix: "", valueSuffix: "ms", description: "Average transaction speed"},
valuePrefix: "",
valueSuffix: "ms",
description: "Average transaction speed",
},
{ {
title: "Uptime", title: "Uptime", values: [99.7, 99.8, 99.99],
values: [99.7, 99.8, 99.99], valuePrefix: "", valueSuffix: "%", description: "Platform reliability"},
valuePrefix: "",
valueSuffix: "%",
description: "Platform reliability",
},
], ],
chartTitle: "Revenue Forecast", chartTitle: "Revenue Forecast", chartData: [
chartData: [
{ value: 65 }, { value: 65 },
{ value: 78 }, { value: 78 },
{ value: 92 }, { value: 92 },
{ value: 81 }, { value: 81 },
{ value: 88 }, { value: 88 },
], ],
listTitle: "Recent Transactions", listTitle: "Recent Transactions", listItems: [
listItems: [
{ {
icon: ArrowUpRight, icon: ArrowUpRight,
title: "$2.5M Wire Transfer", title: "$2.5M Wire Transfer", status: "Confirmed"},
status: "Confirmed",
},
{ {
icon: ArrowDownLeft, icon: ArrowDownLeft,
title: "$1.8M ACH Payment", title: "$1.8M ACH Payment", status: "Processed"},
status: "Processed",
},
{ {
icon: ArrowRightLeft, icon: ArrowRightLeft,
title: "$500K Internal Transfer", title: "$500K Internal Transfer", status: "Completed"},
status: "Completed",
},
], ],
}} }}
/> />
@@ -193,6 +167,7 @@ export default function HomePage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/a-high-tech-financial-operations-center--1772544011822-f244fa73.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/a-high-tech-financial-operations-center--1772544011822-f244fa73.png"
imageAlt="Enterprise financial operations" imageAlt="Enterprise financial operations"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
/> />
</div> </div>
@@ -205,14 +180,10 @@ export default function HomePage() {
tagIcon={Sparkles} tagIcon={Sparkles}
features={[ features={[
{ {
id: "1", id: "1", title: "Real-Time Analytics & Reporting", description:
title: "Real-Time Analytics & Reporting", "Access comprehensive financial dashboards with real-time data updates. Generate custom reports, forecasts, and compliance documentation instantly.", media: {
description:
"Access comprehensive financial dashboards with real-time data updates. Generate custom reports, forecasts, and compliance documentation instantly.",
media: {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/advanced-financial-analytics-dashboard-s-1772544009832-fbbe4472.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/advanced-financial-analytics-dashboard-s-1772544009832-fbbe4472.png"},
},
items: [ items: [
{ icon: BarChart3, text: "Real-time dashboards" }, { icon: BarChart3, text: "Real-time dashboards" },
{ icon: LineChart, text: "Custom reporting" }, { icon: LineChart, text: "Custom reporting" },
@@ -221,14 +192,10 @@ export default function HomePage() {
reverse: false, reverse: false,
}, },
{ {
id: "2", id: "2", title: "Automated Workflow Orchestration", description:
title: "Automated Workflow Orchestration", "Eliminate manual processes with intelligent automation. Route transactions, approvals, and reconciliations automatically based on configurable rules.", media: {
description:
"Eliminate manual processes with intelligent automation. Route transactions, approvals, and reconciliations automatically based on configurable rules.",
media: {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/a-workflow-automation-system-interface-s-1772544010265-0212c166.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/a-workflow-automation-system-interface-s-1772544010265-0212c166.png"},
},
items: [ items: [
{ icon: Zap, text: "Smart automation" }, { icon: Zap, text: "Smart automation" },
{ icon: GitBranch, text: "Complex workflows" }, { icon: GitBranch, text: "Complex workflows" },
@@ -237,14 +204,10 @@ export default function HomePage() {
reverse: true, reverse: true,
}, },
{ {
id: "3", id: "3", title: "Enterprise Security & Compliance", description:
title: "Enterprise Security & Compliance", "Bank-level encryption, multi-factor authentication, and comprehensive audit trails. Full compliance with SOC 2, ISO 27001, and regulatory requirements.", media: {
description:
"Bank-level encryption, multi-factor authentication, and comprehensive audit trails. Full compliance with SOC 2, ISO 27001, and regulatory requirements.",
media: {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/enterprise-security-interface-featuring--1772544009430-6e391b6d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/enterprise-security-interface-featuring--1772544009430-6e391b6d.png"},
},
items: [ items: [
{ icon: Lock, text: "Military-grade encryption" }, { icon: Lock, text: "Military-grade encryption" },
{ icon: CheckCircle, text: "Compliance certified" }, { icon: CheckCircle, text: "Compliance certified" },
@@ -253,14 +216,10 @@ export default function HomePage() {
reverse: false, reverse: false,
}, },
{ {
id: "4", id: "4", title: "API-First Integration Platform", description:
title: "API-First Integration Platform", "Connect your entire financial ecosystem with our comprehensive REST and GraphQL APIs. Pre-built connectors for 500+ financial systems and applications.", media: {
description:
"Connect your entire financial ecosystem with our comprehensive REST and GraphQL APIs. Pre-built connectors for 500+ financial systems and applications.",
media: {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/api-integration-platform-interface-showi-1772544010321-a324964a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/api-integration-platform-interface-showi-1772544010321-a324964a.png"},
},
items: [ items: [
{ icon: LinkIcon, text: "500+ integrations" }, { icon: LinkIcon, text: "500+ integrations" },
{ icon: Code, text: "Developer-friendly APIs" }, { icon: Code, text: "Developer-friendly APIs" },
@@ -283,44 +242,20 @@ export default function HomePage() {
tagIcon={Award} tagIcon={Award}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "500B+", title: "Transactions Processed Annually", items: [
value: "500B+", "Across 45+ countries", "24/7 processing", "99.99% uptime SLA"],
title: "Transactions Processed Annually",
items: [
"Across 45+ countries",
"24/7 processing",
"99.99% uptime SLA",
],
}, },
{ {
id: "2", id: "2", value: "1,200+", title: "Enterprise Clients Worldwide", items: [
value: "1,200+", "Fortune 500 companies", "Global financial institutions", "Leading fintech platforms"],
title: "Enterprise Clients Worldwide",
items: [
"Fortune 500 companies",
"Global financial institutions",
"Leading fintech platforms",
],
}, },
{ {
id: "3", id: "3", value: "$12T+", title: "Total Assets Under Management", items: [
value: "$12T+", "Processed annually", "Multiple asset classes", "Real-time settlement"],
title: "Total Assets Under Management",
items: [
"Processed annually",
"Multiple asset classes",
"Real-time settlement",
],
}, },
{ {
id: "4", id: "4", value: "47%", title: "Average Speed Improvement", items: [
value: "47%", "vs. legacy systems", "Reduced settlement time", "Lower operational costs"],
title: "Average Speed Improvement",
items: [
"vs. legacy systems",
"Reduced settlement time",
"Lower operational costs",
],
}, },
]} ]}
textboxLayout="default" textboxLayout="default"
@@ -337,71 +272,45 @@ export default function HomePage() {
tagIcon={Users} tagIcon={Users}
members={[ members={[
{ {
id: "1", id: "1", name: "Alexandra Chen", role: "CEO & Co-founder", description:
name: "Alexandra Chen", "Former VP of Engineering at Goldman Sachs. Built large-scale trading systems processing $2T+ daily.", imageSrc:
role: "CEO & Co-founder", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-business-portrait-of-a-conf-1772544008346-911d3003.png", socialLinks: [
description:
"Former VP of Engineering at Goldman Sachs. Built large-scale trading systems processing $2T+ daily.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-business-portrait-of-a-conf-1772544008346-911d3003.png",
socialLinks: [
{ {
icon: Linkedin, icon: Linkedin,
url: "https://linkedin.com", url: "https://linkedin.com"},
},
{ {
icon: Twitter, icon: Twitter,
url: "https://twitter.com", url: "https://twitter.com"},
},
], ],
}, },
{ {
id: "2", id: "2", name: "Marcus Johnson", role: "CTO & Co-founder", description:
name: "Marcus Johnson", "Ex-Google infrastructure engineer. Led distributed systems handling 100M+ req/sec at scale.", imageSrc:
role: "CTO & Co-founder", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-business-portrait-of-a-conf-1772544011772-0aabde90.png", socialLinks: [
description:
"Ex-Google infrastructure engineer. Led distributed systems handling 100M+ req/sec at scale.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-business-portrait-of-a-conf-1772544011772-0aabde90.png",
socialLinks: [
{ {
icon: Linkedin, icon: Linkedin,
url: "https://linkedin.com", url: "https://linkedin.com"},
},
{ {
icon: Github, icon: Github,
url: "https://github.com", url: "https://github.com"},
},
], ],
}, },
{ {
id: "3", id: "3", name: "Sofia Rodriguez", role: "Chief Compliance Officer", description:
name: "Sofia Rodriguez", "20+ years in fintech compliance. Managed regulatory frameworks for major financial institutions.", imageSrc:
role: "Chief Compliance Officer", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-business-portrait-of-a-conf-1772544008948-21a6c990.png", socialLinks: [
description:
"20+ years in fintech compliance. Managed regulatory frameworks for major financial institutions.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-business-portrait-of-a-conf-1772544008948-21a6c990.png",
socialLinks: [
{ {
icon: Linkedin, icon: Linkedin,
url: "https://linkedin.com", url: "https://linkedin.com"},
},
], ],
}, },
{ {
id: "4", id: "4", name: "David Park", role: "VP of Product", description:
name: "David Park", "Former product lead at JPMorgan Chase. Shipped products used by 50M+ users globally.", imageSrc:
role: "VP of Product", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-business-portrait-of-a-conf-1772544008445-e92021f7.png", socialLinks: [
description:
"Former product lead at JPMorgan Chase. Shipped products used by 50M+ users globally.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-business-portrait-of-a-conf-1772544008445-e92021f7.png",
socialLinks: [
{ {
icon: Linkedin, icon: Linkedin,
url: "https://linkedin.com", url: "https://linkedin.com"},
},
], ],
}, },
]} ]}
@@ -416,47 +325,23 @@ export default function HomePage() {
<TestimonialCardTwelve <TestimonialCardTwelve
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", imageSrc:
name: "Sarah Johnson", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-female-financ-1772544008106-cc2dd73f.png", imageAlt: "Sarah Johnson - JPMorgan Chase"},
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-female-financ-1772544008106-cc2dd73f.png",
imageAlt: "Sarah Johnson - JPMorgan Chase",
},
{ {
id: "2", id: "2", name: "Michael Chen", imageSrc:
name: "Michael Chen", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-male-financia-1772544008148-6a054b89.png", imageAlt: "Michael Chen - Goldman Sachs"},
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-male-financia-1772544008148-6a054b89.png",
imageAlt: "Michael Chen - Goldman Sachs",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", imageSrc:
name: "Emily Rodriguez", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-female-financ-1772544009360-96717b09.png", imageAlt: "Emily Rodriguez - Bank of America"},
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-female-financ-1772544009360-96717b09.png",
imageAlt: "Emily Rodriguez - Bank of America",
},
{ {
id: "4", id: "4", name: "James Wilson", imageSrc:
name: "James Wilson", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-male-fintech--1772544011117-4693d9e0.png", imageAlt: "James Wilson - Stripe"},
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-male-fintech--1772544011117-4693d9e0.png",
imageAlt: "James Wilson - Stripe",
},
{ {
id: "5", id: "5", name: "Lisa Zhang", imageSrc:
name: "Lisa Zhang", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-female-invest-1772544008828-6ff14f1e.png", imageAlt: "Lisa Zhang - Morgan Stanley"},
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-female-invest-1772544008828-6ff14f1e.png",
imageAlt: "Lisa Zhang - Morgan Stanley",
},
{ {
id: "6", id: "6", name: "Robert Murphy", imageSrc:
name: "Robert Murphy", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-male-financia-1772544010458-a69e3105.png", imageAlt: "Robert Murphy - Fidelity"},
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-headshot-of-a-male-financia-1772544010458-a69e3105.png",
imageAlt: "Robert Murphy - Fidelity",
},
]} ]}
cardTitle="Trusted by 1,200+ financial institutions worldwide" cardTitle="Trusted by 1,200+ financial institutions worldwide"
cardTag="Leading fintech companies choose FinFlow" cardTag="Leading fintech companies choose FinFlow"
@@ -474,43 +359,25 @@ export default function HomePage() {
tagIcon={HelpCircle} tagIcon={HelpCircle}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "How secure is FinFlow?", content:
title: "How secure is FinFlow?", "FinFlow employs military-grade AES-256 encryption, multi-factor authentication, and real-time threat detection. We maintain SOC 2 Type II, ISO 27001, and full compliance with international financial regulations including PCI-DSS Level 1."},
content:
"FinFlow employs military-grade AES-256 encryption, multi-factor authentication, and real-time threat detection. We maintain SOC 2 Type II, ISO 27001, and full compliance with international financial regulations including PCI-DSS Level 1.",
},
{ {
id: "2", id: "2", title: "What is the implementation timeline?", content:
title: "What is the implementation timeline?", "Standard implementation takes 4-8 weeks depending on system complexity. Our dedicated onboarding team manages API integration, data migration, and staff training. Enterprise clients receive white-glove support throughout the process."},
content:
"Standard implementation takes 4-8 weeks depending on system complexity. Our dedicated onboarding team manages API integration, data migration, and staff training. Enterprise clients receive white-glove support throughout the process.",
},
{ {
id: "3", id: "3", title: "Can FinFlow integrate with our existing systems?", content:
title: "Can FinFlow integrate with our existing systems?", "Yes. FinFlow features 500+ pre-built integrations and REST/GraphQL APIs for custom connections. Our integration team has successfully connected to legacy systems, modern cloud platforms, and proprietary financial infrastructure."},
content:
"Yes. FinFlow features 500+ pre-built integrations and REST/GraphQL APIs for custom connections. Our integration team has successfully connected to legacy systems, modern cloud platforms, and proprietary financial infrastructure.",
},
{ {
id: "4", id: "4", title: "What kind of support do you provide?", content:
title: "What kind of support do you provide?", "We offer 24/7/365 support with average response times under 15 minutes for critical issues. Enterprise clients receive dedicated support engineers, quarterly business reviews, and proactive system monitoring."},
content:
"We offer 24/7/365 support with average response times under 15 minutes for critical issues. Enterprise clients receive dedicated support engineers, quarterly business reviews, and proactive system monitoring.",
},
{ {
id: "5", id: "5", title: "How does pricing work?", content:
title: "How does pricing work?", "FinFlow uses transparent usage-based pricing with no hidden fees. You pay only for transactions processed and storage used. Volume discounts apply at scale. Contact our sales team for a custom quote based on your transaction volume."},
content:
"FinFlow uses transparent usage-based pricing with no hidden fees. You pay only for transactions processed and storage used. Volume discounts apply at scale. Contact our sales team for a custom quote based on your transaction volume.",
},
{ {
id: "6", id: "6", title: "What about data sovereignty and compliance?", content:
title: "What about data sovereignty and compliance?", "FinFlow operates data centers in multiple regions with data residency guarantees. We maintain full compliance with GDPR, CCPA, and financial regulatory requirements in each jurisdiction where we operate."},
content:
"FinFlow operates data centers in multiple regions with data residency guarantees. We maintain full compliance with GDPR, CCPA, and financial regulatory requirements in each jurisdiction where we operate.",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-financial-support-team-envi-1772544009073-79e9c5b6.png?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-financial-support-team-envi-1772544009073-79e9c5b6.png"
imageAlt="Financial support team" imageAlt="Financial support team"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="left" mediaPosition="left"
@@ -529,25 +396,9 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
logos={[ logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/jpmorgan-chase-company-logo-professional-1772544008415-d853b56d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/jpmorgan-chase-company-logo-professional-1772544008415-d853b56d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/goldman-sachs-company-logo-investment-ba-1772544007873-3bd2eb88.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/bank-of-america-company-logo-major-banki-1772544009535-14c70775.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/morgan-stanley-company-logo-investment-b-1772544010060-08f72b30.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/fidelity-company-logo-investment-and-wea-1772544010297-8f90f3eb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/stripe-company-logo-fintech-payment-proc-1772544008120-45eee0ea.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/square-company-logo-fintech-payment-plat-1772544007638-3ace5abd.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/paypal-company-logo-digital-payments-bra-1772544010705-79451c8e.png"]}
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/goldman-sachs-company-logo-investment-ba-1772544007873-3bd2eb88.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/bank-of-america-company-logo-major-banki-1772544009535-14c70775.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/morgan-stanley-company-logo-investment-b-1772544010060-08f72b30.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/fidelity-company-logo-investment-and-wea-1772544010297-8f90f3eb.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/stripe-company-logo-fintech-payment-proc-1772544008120-45eee0ea.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/square-company-logo-fintech-payment-plat-1772544007638-3ace5abd.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/paypal-company-logo-digital-payments-bra-1772544010705-79451c8e.png",
]}
names={[ names={[
"JPMorgan Chase", "JPMorgan Chase", "Goldman Sachs", "Bank of America", "Morgan Stanley", "Fidelity", "Stripe", "Square", "PayPal"]}
"Goldman Sachs",
"Bank of America",
"Morgan Stanley",
"Fidelity",
"Stripe",
"Square",
"PayPal",
]}
speed={40} speed={40}
showCard={true} showCard={true}
/> />

View File

@@ -18,8 +18,7 @@ export default function PricingPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "features" }, { label: "Features", href: "features" },
{ label: "Security", href: "security" }, { label: "Security", href: "security" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
@@ -27,8 +26,7 @@ export default function PricingPage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "about" }, { label: "About", href: "about" },
{ label: "Team", href: "team" }, { label: "Team", href: "team" },
{ label: "Careers", href: "#" }, { label: "Careers", href: "#" },
@@ -36,8 +34,7 @@ export default function PricingPage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" }, { label: "Security", href: "#" },
@@ -76,44 +73,20 @@ export default function PricingPage() {
tagIcon={Award} tagIcon={Award}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "Starter", title: "For Growing Businesses", items: [
value: "Starter", "Up to $1M monthly volume", "Core analytics & reporting", "API access"],
title: "For Growing Businesses",
items: [
"Up to $1M monthly volume",
"Core analytics & reporting",
"API access",
],
}, },
{ {
id: "2", id: "2", value: "Professional", title: "For Enterprise Operations", items: [
value: "Professional", "Up to $100M monthly volume", "Advanced automation workflows", "Dedicated support"],
title: "For Enterprise Operations",
items: [
"Up to $100M monthly volume",
"Advanced automation workflows",
"Dedicated support",
],
}, },
{ {
id: "3", id: "3", value: "Enterprise", title: "For Global Institutions", items: [
value: "Enterprise", "Unlimited transaction volume", "Custom integrations & SLAs", "White-glove onboarding"],
title: "For Global Institutions",
items: [
"Unlimited transaction volume",
"Custom integrations & SLAs",
"White-glove onboarding",
],
}, },
{ {
id: "4", id: "4", value: "Custom", title: "Tailored Solutions", items: [
value: "Custom", "Multi-regional deployment", "Custom compliance frameworks", "24/7 dedicated support"],
title: "Tailored Solutions",
items: [
"Multi-regional deployment",
"Custom compliance frameworks",
"24/7 dedicated support",
],
}, },
]} ]}
textboxLayout="default" textboxLayout="default"
@@ -131,13 +104,7 @@ export default function PricingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Cost Reduction", "Cost Reduction", "Speed Improvement", "Automation Rate", "Uptime SLA", "Security Compliance", "Integration Support"]}
"Speed Improvement",
"Automation Rate",
"Uptime SLA",
"Security Compliance",
"Integration Support",
]}
speed={40} speed={40}
showCard={true} showCard={true}
/> />