3 Commits

Author SHA1 Message Date
d57c490a21 Merge version_2 into main
Merge version_2 into main
2026-06-10 09:48:46 +00:00
5e73a5d356 Update src/app/page.tsx 2026-06-10 09:48:43 +00:00
2e2e9d7a27 Merge version_1 into main
Merge version_1 into main
2026-06-10 09:39:10 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
@@ -13,7 +13,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Cloud, Cog, Gauge, Globe, LineChart, Lock, Repeat, RotateCcw, ShieldCheck, Sparkles, TrendingUp, Wallet } from "lucide-react";
import { Cloud, Cog, Gauge, Globe, LineChart, Lock, Repeat, RotateCcw, ShieldCheck, Sparkles, TrendingUp, Wallet, Facebook, Twitter, Instagram, Linkedin } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,29 +34,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Solutions",
id: "#solutions",
},
name: "Solutions", id: "#solutions"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="MonterFinance"
/>
@@ -66,85 +54,45 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
title="Revolutionizing Financial Operations for Modern Businesses"
description="MonterFinance delivers intelligent, secure, and scalable financial solutions that empower businesses to thrive in a dynamic global economy. Experience unparalleled control and efficiency."
testimonials={[
{
name: "Sarah Chen",
handle: "CEO, NovaTech",
testimonial: "MonterFinance transformed our treasury management. Their platform is intuitive, powerful, and truly a game-changer for our liquidity.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=1",
imageAlt: "Sarah Chen",
},
name: "Sarah Chen", handle: "CEO, NovaTech", testimonial: "MonterFinance transformed our treasury management. Their platform is intuitive, powerful, and truly a game-changer for our liquidity.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=1", imageAlt: "Sarah Chen"},
{
name: "David Kim",
handle: "CFO, Apex Innovations",
testimonial: "The precision and speed MonterFinance brings to our financial reporting is unmatched. Highly recommended for any growing enterprise.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
imageAlt: "David Kim",
},
name: "David Kim", handle: "CFO, Apex Innovations", testimonial: "The precision and speed MonterFinance brings to our financial reporting is unmatched. Highly recommended for any growing enterprise.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageAlt: "David Kim"},
{
name: "Emily Rodriguez",
handle: "VP Finance, GlobalFlow",
testimonial: "Seamless integration and robust security—MonterFinance has become an indispensable part of our financial infrastructure.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
imageAlt: "Emily Rodriguez",
},
name: "Emily Rodriguez", handle: "VP Finance, GlobalFlow", testimonial: "Seamless integration and robust security—MonterFinance has become an indispensable part of our financial infrastructure.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageAlt: "Emily Rodriguez"},
{
name: "Michael Wong",
handle: "Director of Finance, Streamline Corp",
testimonial: "The analytical tools provided by MonterFinance give us unprecedented clarity into our financial health, driving better strategic decisions.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg",
imageAlt: "black businessman happy expression",
},
name: "Michael Wong", handle: "Director of Finance, Streamline Corp", testimonial: "The analytical tools provided by MonterFinance give us unprecedented clarity into our financial health, driving better strategic decisions.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg", imageAlt: "black businessman happy expression"},
{
name: "Jessica Lee",
handle: "CFO, Innovate Solutions",
testimonial: "Implementing MonterFinance was seamless, and the ROI has been incredible. Their support team is also top-notch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-copy-space_23-2148817118.jpg",
imageAlt: "Front view of smiley man with copy space",
},
name: "Jessica Lee", handle: "CFO, Innovate Solutions", testimonial: "Implementing MonterFinance was seamless, and the ROI has been incredible. Their support team is also top-notch.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-copy-space_23-2148817118.jpg", imageAlt: "Front view of smiley man with copy space"},
]}
tag="Trusted by leaders"
tagIcon={Sparkles}
buttons={[
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
{
text: "Request a Demo",
href: "#contact",
},
text: "Request a Demo", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg",
alt: "Client A",
},
src: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg", alt: "Client A"},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1670.jpg",
alt: "Client B",
},
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1670.jpg", alt: "Client B"},
{
src: "http://img.b2bpic.net/free-photo/view-3d-practicing-lawyer_23-2151023398.jpg",
alt: "Client C",
},
src: "http://img.b2bpic.net/free-photo/view-3d-practicing-lawyer_23-2151023398.jpg", alt: "Client C"},
{
src: "http://img.b2bpic.net/free-photo/front-view-man-holding-tablet_23-2150043680.jpg",
alt: "Client D",
},
src: "http://img.b2bpic.net/free-photo/front-view-man-holding-tablet_23-2150043680.jpg", alt: "Client D"},
{
src: "http://img.b2bpic.net/free-photo/close-up-young-executive-with-crossed-arms_1154-242.jpg",
alt: "Close up of young executive with crossed arms",
},
src: "http://img.b2bpic.net/free-photo/close-up-young-executive-with-crossed-arms_1154-242.jpg", alt: "Close up of young executive with crossed arms"},
]}
avatarText="Join 10,000+ satisfied businesses"
imageSrc="http://img.b2bpic.net/free-photo/empty-urban-office-used-as-insurance-agency-headquarters-help-people_482257-100071.jpg?_wi=1"
@@ -152,29 +100,19 @@ export default function LandingPage() {
mediaAnimation="slide-up"
marqueeItems={[
{
type: "text-icon",
text: "Real-time Insights",
icon: Gauge,
type: "text-icon", text: "Real-time Insights", icon: Gauge,
},
{
type: "text-icon",
text: "Secure Transactions",
icon: Lock,
type: "text-icon", text: "Secure Transactions", icon: Lock,
},
{
type: "text-icon",
text: "Global Compliance",
icon: Globe,
type: "text-icon", text: "Global Compliance", icon: Globe,
},
{
type: "text-icon",
text: "Automated Workflows",
icon: Repeat,
type: "text-icon", text: "Automated Workflows", icon: Repeat,
},
{
type: "text-icon",
text: "Scalable Solutions",
icon: TrendingUp,
type: "text-icon", text: "Scalable Solutions", icon: TrendingUp,
},
]}
/>
@@ -185,15 +123,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Stripe",
"Ramp",
"Mercury",
"Brex",
"Linear",
"Figma",
"Slack",
"Notion",
]}
"Stripe", "Ramp", "Mercury", "Brex", "Linear", "Figma", "Slack", "Notion"]}
title="Partnered with Industry Innovators"
description="Our solutions are trusted by leading companies across various sectors to streamline their financial processes."
speed={60}
@@ -208,34 +138,22 @@ export default function LandingPage() {
features={[
{
icon: Wallet,
title: "Integrated Treasury Management",
description: "Optimize cash flow, manage liquidity, and mitigate risk with real-time visibility across all accounts.",
},
title: "Integrated Treasury Management", description: "Optimize cash flow, manage liquidity, and mitigate risk with real-time visibility across all accounts."},
{
icon: LineChart,
title: "Advanced Analytics & Reporting",
description: "Gain deep financial insights with customizable dashboards and automated, AI-powered reports.",
},
title: "Advanced Analytics & Reporting", description: "Gain deep financial insights with customizable dashboards and automated, AI-powered reports."},
{
icon: ShieldCheck,
title: "Bank-Grade Security & Compliance",
description: "Protect your assets with industry-leading security protocols and ensure regulatory compliance effortlessly.",
},
title: "Bank-Grade Security & Compliance", description: "Protect your assets with industry-leading security protocols and ensure regulatory compliance effortlessly."},
{
icon: RotateCcw,
title: "Automated Reconciliation",
description: "Eliminate manual errors and save time with intelligent matching and reconciliation across all transactions.",
},
title: "Automated Reconciliation", description: "Eliminate manual errors and save time with intelligent matching and reconciliation across all transactions."},
{
icon: Cloud,
title: "Scalable Cloud Infrastructure",
description: "Grow without limits. Our cloud-native platform scales with your business needs, from startups to enterprises.",
},
title: "Scalable Cloud Infrastructure", description: "Grow without limits. Our cloud-native platform scales with your business needs, from startups to enterprises."},
{
icon: Cog,
title: "AI-Powered Fraud Detection",
description: "Proactive identification of suspicious activities, safeguarding your financial operations 24/7.",
},
title: "AI-Powered Fraud Detection", description: "Proactive identification of suspicious activities, safeguarding your financial operations 24/7."},
]}
title="Unleash the Power of Intelligent Finance"
description="Our cutting-edge solutions empower your business with automation, insights, and robust control."
@@ -249,13 +167,9 @@ export default function LandingPage() {
description="At MonterFinance, we are dedicated to transforming the way businesses manage their finances. Our mission is to provide secure, efficient, and intelligent financial tools that drive growth and ensure stability. With a focus on innovation and customer success, we build platforms that adapt to the complexities of modern commerce, helping you navigate the future with confidence."
buttons={[
{
text: "Our Story",
href: "#",
},
text: "Our Story", href: "#"},
{
text: "Meet the Team",
href: "#team",
},
text: "Meet the Team", href: "#team"},
]}
imageSrc="http://img.b2bpic.net/free-vector/business-man-inserting-credit-card-into-cellphone_74855-2334.jpg"
imageAlt="Secure digital financial network"
@@ -269,40 +183,20 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "99.9%",
title: "Uptime Reliability",
items: [
"Consistent performance",
"Always-on service",
],
id: "1", value: "99.9%", title: "Uptime Reliability", items: [
"Consistent performance", "Always-on service"],
},
{
id: "2",
value: "$5B+",
title: "Assets Under Management",
items: [
"Managed securely",
"Growing portfolios",
],
id: "2", value: "$5B+", title: "Assets Under Management", items: [
"Managed securely", "Growing portfolios"],
},
{
id: "3",
value: "100K+",
title: "Transactions Processed",
items: [
"Daily volume",
"Seamless execution",
],
id: "3", value: "100K+", title: "Transactions Processed", items: [
"Daily volume", "Seamless execution"],
},
{
id: "4",
value: "20+",
title: "Countries Served",
items: [
"Global reach",
"Local expertise",
],
id: "4", value: "20+", title: "Countries Served", items: [
"Global reach", "Local expertise"],
},
]}
title="Driving Impact Through Numbers"
@@ -316,59 +210,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Exceptional Efficiency Gains",
quote: "MonterFinance has revolutionized our financial reporting. The automated insights and seamless integration saved us countless hours and significantly improved our decision-making process. It's truly a leap forward for any finance team.",
name: "Alex Johnson",
role: "CEO, Quantify Solutions",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
imageAlt: "Alex Johnson",
},
id: "1", title: "Exceptional Efficiency Gains", quote: "MonterFinance has revolutionized our financial reporting. The automated insights and seamless integration saved us countless hours and significantly improved our decision-making process. It's truly a leap forward for any finance team.", name: "Alex Johnson", role: "CEO, Quantify Solutions", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", imageAlt: "Alex Johnson"},
{
id: "2",
title: "Unmatched Security and Trust",
quote: "Security is paramount in our industry, and MonterFinance delivers. Their robust infrastructure and compliance features give us complete peace of mind. A trustworthy partner we highly recommend.",
name: "Maria Garcia",
role: "CFO, SecureLedger Inc.",
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg",
imageAlt: "Maria Garcia",
},
id: "2", title: "Unmatched Security and Trust", quote: "Security is paramount in our industry, and MonterFinance delivers. Their robust infrastructure and compliance features give us complete peace of mind. A trustworthy partner we highly recommend.", name: "Maria Garcia", role: "CFO, SecureLedger Inc.", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "Maria Garcia"},
{
id: "3",
title: "Scalable for Growth",
quote: "As a rapidly expanding startup, we needed a financial platform that could scale with us. MonterFinance has proven to be incredibly adaptable, supporting our growth every step of the way without a hitch.",
name: "Ben Carter",
role: "Founder, Accelerate Ventures",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-employee-standing-with-crossed-arms-looking-confident-wearing-white-shirt-standing-office_141793-21248.jpg",
imageAlt: "Ben Carter",
},
id: "3", title: "Scalable for Growth", quote: "As a rapidly expanding startup, we needed a financial platform that could scale with us. MonterFinance has proven to be incredibly adaptable, supporting our growth every step of the way without a hitch.", name: "Ben Carter", role: "Founder, Accelerate Ventures", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-employee-standing-with-crossed-arms-looking-confident-wearing-white-shirt-standing-office_141793-21248.jpg", imageAlt: "Ben Carter"},
{
id: "4",
title: "Seamless Onboarding Experience",
quote: "The onboarding process was surprisingly smooth. The MonterFinance team provided excellent support, ensuring our transition was effortless and we were up and running in no time.",
name: "Chloe Davies",
role: "Operations Director, Synapse Corp",
imageSrc: "http://img.b2bpic.net/free-photo/interviewer-reviewing-cv-candidate-job-interview_482257-106970.jpg",
imageAlt: "Chloe Davies",
},
id: "4", title: "Seamless Onboarding Experience", quote: "The onboarding process was surprisingly smooth. The MonterFinance team provided excellent support, ensuring our transition was effortless and we were up and running in no time.", name: "Chloe Davies", role: "Operations Director, Synapse Corp", imageSrc: "http://img.b2bpic.net/free-photo/interviewer-reviewing-cv-candidate-job-interview_482257-106970.jpg", imageAlt: "Chloe Davies"},
{
id: "5",
title: "Transformative Financial Control",
quote: "Finally, a platform that gives us true command over our finances. The real-time data and customizable controls from MonterFinance mean we can react faster and plan with greater accuracy.",
name: "Samir Patel",
role: "Lead Analyst, Visionary Capital",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-smiling-sitting-workplace-desk_482257-5730.jpg",
imageAlt: "Samir Patel",
},
id: "5", title: "Transformative Financial Control", quote: "Finally, a platform that gives us true command over our finances. The real-time data and customizable controls from MonterFinance mean we can react faster and plan with greater accuracy.", name: "Samir Patel", role: "Lead Analyst, Visionary Capital", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-smiling-sitting-workplace-desk_482257-5730.jpg", imageAlt: "Samir Patel"},
{
id: "6",
title: "Innovative Feature Set",
quote: "MonterFinance consistently rolls out features that anticipate our needs. Their commitment to innovation keeps us ahead of the curve in a competitive market.",
name: "Jessica Lee",
role: "Product Manager, Innovate Finance",
imageSrc: "http://img.b2bpic.net/free-photo/showing-curious-data_1098-14123.jpg",
imageAlt: "Jessica Lee",
},
id: "6", title: "Innovative Feature Set", quote: "MonterFinance consistently rolls out features that anticipate our needs. Their commitment to innovation keeps us ahead of the curve in a competitive market.", name: "Jessica Lee", role: "Product Manager, Innovate Finance", imageSrc: "http://img.b2bpic.net/free-photo/showing-curious-data_1098-14123.jpg", imageAlt: "Jessica Lee"},
]}
title="What Our Clients Say"
description="Discover how MonterFinance empowers businesses to achieve their financial goals through our innovative platform and dedicated support."
@@ -382,62 +234,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "starter",
title: "Starter",
price: "$99",
period: "per month",
features: [
"Essential analytics",
"Single user license",
"Standard support",
"Automated basic reporting",
],
id: "starter", title: "Starter", price: "$99", period: "per month", features: [
"Essential analytics", "Single user license", "Standard support", "Automated basic reporting"],
button: {
text: "Start Free Trial",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg",
imageAlt: "Teleworker in home office gathering information from internet seminar",
},
text: "Start Free Trial", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg", imageAlt: "Teleworker in home office gathering information from internet seminar"},
{
id: "pro",
title: "Professional",
price: "$299",
period: "per month",
features: [
"Advanced analytics",
"5 user licenses",
"Priority support",
"Customizable dashboards",
"Integrated treasury management",
],
id: "pro", title: "Professional", price: "$299", period: "per month", features: [
"Advanced analytics", "5 user licenses", "Priority support", "Customizable dashboards", "Integrated treasury management"],
button: {
text: "Choose Pro",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/empty-urban-office-used-as-insurance-agency-headquarters-help-people_482257-100071.jpg?_wi=2",
imageAlt: "Teleworker in home office gathering information from internet seminar",
},
text: "Choose Pro", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/empty-urban-office-used-as-insurance-agency-headquarters-help-people_482257-100071.jpg?_wi=2", imageAlt: "Teleworker in home office gathering information from internet seminar"},
{
id: "enterprise",
title: "Enterprise",
price: "Contact Us",
period: "",
features: [
"All Pro features",
"Unlimited users",
"Dedicated account manager",
"Custom integrations",
"Advanced compliance suite",
"On-premise deployment option",
],
id: "enterprise", title: "Enterprise", price: "Contact Us", period: "", features: [
"All Pro features", "Unlimited users", "Dedicated account manager", "Custom integrations", "Advanced compliance suite", "On-premise deployment option"],
button: {
text: "Request Quote",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=2",
imageAlt: "Teleworker in home office gathering information from internet seminar",
},
text: "Request Quote", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=2", imageAlt: "Teleworker in home office gathering information from internet seminar"},
]}
title="Flexible Plans for Every Business"
description="Choose the MonterFinance plan that best fits your business size and financial operational needs. Scale up or down as you grow."
@@ -450,30 +263,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What kind of businesses can benefit from MonterFinance?",
content: "MonterFinance is designed for small to medium-sized businesses and large enterprises across various sectors, particularly those with complex financial operations, seeking to automate, gain insights, and ensure compliance.",
},
id: "faq-1", title: "What kind of businesses can benefit from MonterFinance?", content: "MonterFinance is designed for small to medium-sized businesses and large enterprises across various sectors, particularly those with complex financial operations, seeking to automate, gain insights, and ensure compliance."},
{
id: "faq-2",
title: "How secure is my financial data with MonterFinance?",
content: "Security is our top priority. We employ bank-grade encryption, multi-factor authentication, and adhere to strict regulatory compliance standards (e.g., SOC 2, ISO 27001) to ensure your data is always protected.",
},
id: "faq-2", title: "How secure is my financial data with MonterFinance?", content: "Security is our top priority. We employ bank-grade encryption, multi-factor authentication, and adhere to strict regulatory compliance standards (e.g., SOC 2, ISO 27001) to ensure your data is always protected."},
{
id: "faq-3",
title: "Can MonterFinance integrate with my existing accounting software?",
content: "Yes, MonterFinance offers robust API integrations and connectors for popular accounting software like QuickBooks, Xero, SAP, and Oracle, ensuring a seamless data flow.",
},
id: "faq-3", title: "Can MonterFinance integrate with my existing accounting software?", content: "Yes, MonterFinance offers robust API integrations and connectors for popular accounting software like QuickBooks, Xero, SAP, and Oracle, ensuring a seamless data flow."},
{
id: "faq-4",
title: "What kind of customer support does MonterFinance offer?",
content: "We offer tiered customer support, from standard email support for Starter plans to dedicated account managers and 24/7 priority support for Professional and Enterprise clients.",
},
id: "faq-4", title: "What kind of customer support does MonterFinance offer?", content: "We offer tiered customer support, from standard email support for Starter plans to dedicated account managers and 24/7 priority support for Professional and Enterprise clients."},
{
id: "faq-5",
title: "Is there a free trial available?",
content: "Yes, we offer a 14-day free trial for our Starter and Professional plans. You can sign up directly from our pricing page to experience the full benefits.",
},
id: "faq-5", title: "Is there a free trial available?", content: "Yes, we offer a 14-day free trial for our Starter and Professional plans. You can sign up directly from our pricing page to experience the full benefits."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about MonterFinance's platform, security, and services."
@@ -485,91 +283,35 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
text="Ready to Transform Your Financial Operations?"
variant: "sparkles-gradient"}}
text="You focus on the markets. Monter Finance takes care of the infrastructure. Start trading!"
buttons={[
{
text: "Schedule a Demo",
href: "#",
},
text: "Schedule a Demo", href: "#"},
{
text: "Contact Sales",
href: "mailto:sales@monterfinance.com",
},
text: "Contact Sales", href: "mailto:sales@monterfinance.com"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterCard
logoText="MonterFinance"
columns={[
{
title: "Solutions",
items: [
{
label: "Treasury Management",
href: "#solutions",
},
{
label: "Analytics",
href: "#solutions",
},
{
label: "Security",
href: "#solutions",
},
{
label: "Reconciliation",
href: "#solutions",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Careers",
href: "#",
},
{
label: "Blog",
href: "#blog",
},
{
label: "Partners",
href: "#social-proof",
},
],
},
{
title: "Resources",
items: [
{
label: "Help Center",
href: "#faq",
},
{
label: "Contact",
href: "#contact",
},
{
label: "Pricing",
href: "#pricing",
},
{
label: "Support",
href: "mailto:support@monterfinance.com",
},
],
},
]}
copyrightText="© 2024 MonterFinance. All rights reserved."
socialLinks={[
{
icon: Facebook,
href: "#", ariaLabel: "Facebook"},
{
icon: Twitter,
href: "#", ariaLabel: "Twitter"},
{
icon: Instagram,
href: "#", ariaLabel: "Instagram"},
{
icon: Linkedin,
href: "#", ariaLabel: "LinkedIn"},
]}
/>
</div>
</ReactLenis>