Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
438
src/app/page.tsx
438
src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
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 HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
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 PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Solutions",
|
name: "Solutions", id: "#solutions"},
|
||||||
id: "#solutions",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="MonterFinance"
|
brandName="MonterFinance"
|
||||||
/>
|
/>
|
||||||
@@ -66,85 +54,45 @@ export default function LandingPage() {
|
|||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "animated-grid",
|
variant: "animated-grid"}}
|
||||||
}}
|
|
||||||
title="Revolutionizing Financial Operations for Modern Businesses"
|
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."
|
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={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "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,
|
||||||
handle: "CEO, NovaTech",
|
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=1", imageAlt: "Sarah Chen"},
|
||||||
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",
|
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,
|
||||||
handle: "CFO, Apex Innovations",
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageAlt: "David Kim"},
|
||||||
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",
|
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,
|
||||||
handle: "VP Finance, GlobalFlow",
|
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageAlt: "Emily Rodriguez"},
|
||||||
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",
|
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,
|
||||||
handle: "Director of Finance, Streamline Corp",
|
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg", imageAlt: "black businessman happy expression"},
|
||||||
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",
|
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,
|
||||||
handle: "CFO, Innovate Solutions",
|
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"},
|
||||||
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"
|
tag="Trusted by leaders"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Request a Demo",
|
text: "Request a Demo", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg",
|
src: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg", alt: "Client A"},
|
||||||
alt: "Client A",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1670.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1670.jpg", alt: "Client B"},
|
||||||
alt: "Client B",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/view-3d-practicing-lawyer_23-2151023398.jpg",
|
src: "http://img.b2bpic.net/free-photo/view-3d-practicing-lawyer_23-2151023398.jpg", alt: "Client C"},
|
||||||
alt: "Client C",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-man-holding-tablet_23-2150043680.jpg",
|
src: "http://img.b2bpic.net/free-photo/front-view-man-holding-tablet_23-2150043680.jpg", alt: "Client D"},
|
||||||
alt: "Client D",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-young-executive-with-crossed-arms_1154-242.jpg",
|
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"},
|
||||||
alt: "Close up of young executive with crossed arms",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 10,000+ satisfied businesses"
|
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"
|
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"
|
mediaAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Real-time Insights", icon: Gauge,
|
||||||
text: "Real-time Insights",
|
|
||||||
icon: Gauge,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Secure Transactions", icon: Lock,
|
||||||
text: "Secure Transactions",
|
|
||||||
icon: Lock,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Global Compliance", icon: Globe,
|
||||||
text: "Global Compliance",
|
|
||||||
icon: Globe,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Automated Workflows", icon: Repeat,
|
||||||
text: "Automated Workflows",
|
|
||||||
icon: Repeat,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Scalable Solutions", icon: TrendingUp,
|
||||||
text: "Scalable Solutions",
|
|
||||||
icon: TrendingUp,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -185,15 +123,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Stripe",
|
"Stripe", "Ramp", "Mercury", "Brex", "Linear", "Figma", "Slack", "Notion"]}
|
||||||
"Ramp",
|
|
||||||
"Mercury",
|
|
||||||
"Brex",
|
|
||||||
"Linear",
|
|
||||||
"Figma",
|
|
||||||
"Slack",
|
|
||||||
"Notion",
|
|
||||||
]}
|
|
||||||
title="Partnered with Industry Innovators"
|
title="Partnered with Industry Innovators"
|
||||||
description="Our solutions are trusted by leading companies across various sectors to streamline their financial processes."
|
description="Our solutions are trusted by leading companies across various sectors to streamline their financial processes."
|
||||||
speed={60}
|
speed={60}
|
||||||
@@ -208,34 +138,22 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Wallet,
|
icon: Wallet,
|
||||||
title: "Integrated Treasury Management",
|
title: "Integrated Treasury Management", description: "Optimize cash flow, manage liquidity, and mitigate risk with real-time visibility across all accounts."},
|
||||||
description: "Optimize cash flow, manage liquidity, and mitigate risk with real-time visibility across all accounts.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: LineChart,
|
icon: LineChart,
|
||||||
title: "Advanced Analytics & Reporting",
|
title: "Advanced Analytics & Reporting", description: "Gain deep financial insights with customizable dashboards and automated, AI-powered reports."},
|
||||||
description: "Gain deep financial insights with customizable dashboards and automated, AI-powered reports.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
title: "Bank-Grade Security & Compliance",
|
title: "Bank-Grade Security & Compliance", description: "Protect your assets with industry-leading security protocols and ensure regulatory compliance effortlessly."},
|
||||||
description: "Protect your assets with industry-leading security protocols and ensure regulatory compliance effortlessly.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: RotateCcw,
|
icon: RotateCcw,
|
||||||
title: "Automated Reconciliation",
|
title: "Automated Reconciliation", description: "Eliminate manual errors and save time with intelligent matching and reconciliation across all transactions."},
|
||||||
description: "Eliminate manual errors and save time with intelligent matching and reconciliation across all transactions.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Cloud,
|
icon: Cloud,
|
||||||
title: "Scalable Cloud Infrastructure",
|
title: "Scalable Cloud Infrastructure", description: "Grow without limits. Our cloud-native platform scales with your business needs, from startups to enterprises."},
|
||||||
description: "Grow without limits. Our cloud-native platform scales with your business needs, from startups to enterprises.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Cog,
|
icon: Cog,
|
||||||
title: "AI-Powered Fraud Detection",
|
title: "AI-Powered Fraud Detection", description: "Proactive identification of suspicious activities, safeguarding your financial operations 24/7."},
|
||||||
description: "Proactive identification of suspicious activities, safeguarding your financial operations 24/7.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Unleash the Power of Intelligent Finance"
|
title="Unleash the Power of Intelligent Finance"
|
||||||
description="Our cutting-edge solutions empower your business with automation, insights, and robust control."
|
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."
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Our Story",
|
text: "Our Story", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Meet the Team",
|
text: "Meet the Team", href: "#team"},
|
||||||
href: "#team",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/business-man-inserting-credit-card-into-cellphone_74855-2334.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/business-man-inserting-credit-card-into-cellphone_74855-2334.jpg"
|
||||||
imageAlt="Secure digital financial network"
|
imageAlt="Secure digital financial network"
|
||||||
@@ -269,40 +183,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "99.9%", title: "Uptime Reliability", items: [
|
||||||
value: "99.9%",
|
"Consistent performance", "Always-on service"],
|
||||||
title: "Uptime Reliability",
|
|
||||||
items: [
|
|
||||||
"Consistent performance",
|
|
||||||
"Always-on service",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "$5B+", title: "Assets Under Management", items: [
|
||||||
value: "$5B+",
|
"Managed securely", "Growing portfolios"],
|
||||||
title: "Assets Under Management",
|
|
||||||
items: [
|
|
||||||
"Managed securely",
|
|
||||||
"Growing portfolios",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "100K+", title: "Transactions Processed", items: [
|
||||||
value: "100K+",
|
"Daily volume", "Seamless execution"],
|
||||||
title: "Transactions Processed",
|
|
||||||
items: [
|
|
||||||
"Daily volume",
|
|
||||||
"Seamless execution",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", value: "20+", title: "Countries Served", items: [
|
||||||
value: "20+",
|
"Global reach", "Local expertise"],
|
||||||
title: "Countries Served",
|
|
||||||
items: [
|
|
||||||
"Global reach",
|
|
||||||
"Local expertise",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Driving Impact Through Numbers"
|
title="Driving Impact Through Numbers"
|
||||||
@@ -316,59 +210,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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: "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"
|
title="What Our Clients Say"
|
||||||
description="Discover how MonterFinance empowers businesses to achieve their financial goals through our innovative platform and dedicated support."
|
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}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter",
|
id: "starter", title: "Starter", price: "$99", period: "per month", features: [
|
||||||
title: "Starter",
|
"Essential analytics", "Single user license", "Standard support", "Automated basic reporting"],
|
||||||
price: "$99",
|
|
||||||
period: "per month",
|
|
||||||
features: [
|
|
||||||
"Essential analytics",
|
|
||||||
"Single user license",
|
|
||||||
"Standard support",
|
|
||||||
"Automated basic reporting",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Start Free Trial",
|
text: "Start Free Trial", href: "#contact"},
|
||||||
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"},
|
||||||
},
|
|
||||||
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",
|
id: "pro", title: "Professional", price: "$299", period: "per month", features: [
|
||||||
title: "Professional",
|
"Advanced analytics", "5 user licenses", "Priority support", "Customizable dashboards", "Integrated treasury management"],
|
||||||
price: "$299",
|
|
||||||
period: "per month",
|
|
||||||
features: [
|
|
||||||
"Advanced analytics",
|
|
||||||
"5 user licenses",
|
|
||||||
"Priority support",
|
|
||||||
"Customizable dashboards",
|
|
||||||
"Integrated treasury management",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Choose Pro",
|
text: "Choose Pro", href: "#contact"},
|
||||||
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"},
|
||||||
},
|
|
||||||
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",
|
id: "enterprise", title: "Enterprise", price: "Contact Us", period: "", features: [
|
||||||
title: "Enterprise",
|
"All Pro features", "Unlimited users", "Dedicated account manager", "Custom integrations", "Advanced compliance suite", "On-premise deployment option"],
|
||||||
price: "Contact Us",
|
|
||||||
period: "",
|
|
||||||
features: [
|
|
||||||
"All Pro features",
|
|
||||||
"Unlimited users",
|
|
||||||
"Dedicated account manager",
|
|
||||||
"Custom integrations",
|
|
||||||
"Advanced compliance suite",
|
|
||||||
"On-premise deployment option",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Request Quote",
|
text: "Request Quote", href: "#contact"},
|
||||||
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"},
|
||||||
},
|
|
||||||
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"
|
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."
|
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}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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: "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"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about MonterFinance's platform, security, and services."
|
description="Find quick answers to common questions about MonterFinance's platform, security, and services."
|
||||||
@@ -485,91 +283,35 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
text="You focus on the markets. Monter Finance takes care of the infrastructure. Start trading!"
|
||||||
text="Ready to Transform Your Financial Operations?"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Schedule a Demo",
|
text: "Schedule a Demo", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Contact Sales",
|
text: "Contact Sales", href: "mailto:sales@monterfinance.com"},
|
||||||
href: "mailto:sales@monterfinance.com",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterCard
|
||||||
logoText="MonterFinance"
|
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."
|
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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user