Merge version_1 into main #2
198
src/app/page.tsx
198
src/app/page.tsx
@@ -30,52 +30,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{ name: "Solutions", id: "features" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
]}
|
||||
brandName="Finlytics"
|
||||
button={{ text: "Get Started", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Smart Financial Analytics for Tomorrow"
|
||||
description="Unlock data-driven insights with our AI-powered financial intelligence platform. Designed for modern teams who need clarity at scale."
|
||||
tag="Trusted by 500+ Financial Experts"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=1",
|
||||
imageAlt: "Financial Dashboard Interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg", imageAlt: "Financial Dashboard Interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=2",
|
||||
imageAlt: "Data Insights Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=3",
|
||||
imageAlt: "Mobile Analytics View",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=4",
|
||||
imageAlt: "Risk Analysis Screen",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=5",
|
||||
imageAlt: "Reporting Summary Panel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg", imageAlt: "Data Insights Dashboard"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -91,7 +65,7 @@ export default function LandingPage() {
|
||||
description="We bridge the gap between complex financial data and actionable business strategy through intuitive, real-time analytics."
|
||||
subdescription="Our platform aggregates global market data, providing you with a unified view of your portfolio's performance, risk exposure, and growth potential."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrow-symbol-illustrated_23-2151909742.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrow-symbol-illustrated_23-2151909742.jpg"
|
||||
imageAlt="Data Visualization Technology"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -105,49 +79,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Risk Mitigation AI",
|
||||
description: "Predict market volatility before it happens with our proprietary machine learning algorithms.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=6",
|
||||
imageAlt: "Dashboard Screen",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=7",
|
||||
imageAlt: "Data Visualization",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=8",
|
||||
imageAlt: "modern financial software dashboard analytics",
|
||||
title: "Risk Mitigation AI", description: "Predict market volatility before it happens with our proprietary machine learning algorithms.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg", imageAlt: "Dashboard Screen" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg", imageAlt: "Data Visualization" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Automated Reporting",
|
||||
description: "Generate comprehensive, audit-ready reports in seconds with our automated reporting module.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=9",
|
||||
imageAlt: "Reporting Tool",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=10",
|
||||
imageAlt: "Automation Workflow",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrow-symbol-illustrated_23-2151909742.jpg?_wi=2",
|
||||
imageAlt: "abstract financial growth data visualization",
|
||||
title: "Automated Reporting", description: "Generate comprehensive, audit-ready reports in seconds with our automated reporting module.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg", imageAlt: "Reporting Tool" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg", imageAlt: "Automation Workflow" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Global Market Insights",
|
||||
description: "Real-time market feeds covering every asset class, from crypto to traditional equities.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=11",
|
||||
imageAlt: "Market Feed",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg?_wi=12",
|
||||
imageAlt: "Live Analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finance-diagrams-with-copy-space-background_23-2148305950.jpg?_wi=1",
|
||||
imageAlt: "bar chart market growth financial",
|
||||
},
|
||||
title: "Global Market Insights", description: "Real-time market feeds covering every asset class, from crypto to traditional equities.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg", imageAlt: "Market Feed" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/big-data-background-abstract-style-concept_23-2147912581.jpg", imageAlt: "Live Analytics" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Unrivaled Analytics Capabilities"
|
||||
@@ -162,26 +106,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "45%",
|
||||
title: "Portfolio Growth",
|
||||
description: "Average increase in assets under management using our predictive insights.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finance-diagrams-with-copy-space-background_23-2148305950.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", value: "45%", title: "Portfolio Growth", description: "Average increase in assets under management using our predictive insights.", imageSrc: "http://img.b2bpic.net/free-photo/finance-diagrams-with-copy-space-background_23-2148305950.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2.4x",
|
||||
title: "Speed to Insight",
|
||||
description: "Drastic reduction in reporting and analysis preparation time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finance-diagrams-with-copy-space-background_23-2148305950.jpg?_wi=3",
|
||||
},
|
||||
id: "m2", value: "2.4x", title: "Speed to Insight", description: "Drastic reduction in reporting and analysis preparation time.", imageSrc: "http://img.b2bpic.net/free-photo/finance-diagrams-with-copy-space-background_23-2148305950.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
title: "Accuracy Rate",
|
||||
description: "Confidence intervals maintained across historical simulations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finance-diagrams-with-copy-space-background_23-2148305950.jpg?_wi=4",
|
||||
},
|
||||
id: "m3", value: "99.9%", title: "Accuracy Rate", description: "Confidence intervals maintained across historical simulations.", imageSrc: "http://img.b2bpic.net/free-photo/finance-diagrams-with-copy-space-background_23-2148305950.jpg"},
|
||||
]}
|
||||
title="Quantifiable Success"
|
||||
description="See the impact of our data-driven approach on your bottom line."
|
||||
@@ -195,40 +124,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
testimonial: "Finlytics completely transformed how we view risk in our portfolio. The predictive engine is a game changer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman-with-stubble-looking-away-with-satisfied-smile_343059-482.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "Finlytics completely transformed how we view risk in our portfolio. The predictive engine is a game changer.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman-with-stubble-looking-away-with-satisfied-smile_343059-482.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
testimonial: "The depth of analytical capabilities provided out-of-the-box is astonishing. It's the most flexible tool we've integrated.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "CTO", testimonial: "The depth of analytical capabilities provided out-of-the-box is astonishing. It's the most flexible tool we've integrated.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Analyst",
|
||||
testimonial: "Reporting used to take our team days. Now it takes minutes. I can spend more time thinking about strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-black-shirt-standing-front-closed-door_23-2148164478.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Analyst", testimonial: "Reporting used to take our team days. Now it takes minutes. I can spend more time thinking about strategy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-black-shirt-standing-front-closed-door_23-2148164478.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Finance Director",
|
||||
testimonial: "The level of accuracy we've achieved using their platform is unmatched. I highly recommend it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Finance Director", testimonial: "The level of accuracy we've achieved using their platform is unmatched. I highly recommend it.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Portfolio Manager",
|
||||
testimonial: "The predictive insights have allowed our firm to capture alpha in ways we previously thought impossible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman-with-stubble-looking-away-with-satisfied-smile_343059-482.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Portfolio Manager", testimonial: "The predictive insights have allowed our firm to capture alpha in ways we previously thought impossible.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman-with-stubble-looking-away-with-satisfied-smile_343059-482.jpg"},
|
||||
]}
|
||||
title="Industry Leaders Trust Us"
|
||||
description="Join the financial experts and organizations that rely on Finlytics to drive strategic growth."
|
||||
@@ -240,20 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long does integration take?",
|
||||
content: "Typically, you can be up and running with our basic data integrations in less than 48 hours.",
|
||||
},
|
||||
id: "q1", title: "How long does integration take?", content: "Typically, you can be up and running with our basic data integrations in less than 48 hours."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is my data secure?",
|
||||
content: "We employ enterprise-grade encryption and adhere to the strictest financial industry compliance standards, including SOC2 Type II.",
|
||||
},
|
||||
id: "q2", title: "Is my data secure?", content: "We employ enterprise-grade encryption and adhere to the strictest financial industry compliance standards, including SOC2 Type II."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I export data?",
|
||||
content: "Yes, all data can be exported in various formats, including JSON, CSV, and automated PDF reporting templates.",
|
||||
},
|
||||
id: "q3", title: "Can I export data?", content: "Yes, all data can be exported in various formats, including JSON, CSV, and automated PDF reporting templates."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need more information? Explore our most common inquiries below."
|
||||
@@ -265,50 +160,31 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Analytics Engine",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Analytics Engine", href: "#features"},
|
||||
{
|
||||
label: "Risk Manager",
|
||||
href: "#",
|
||||
},
|
||||
label: "Risk Manager", href: "#"},
|
||||
{
|
||||
label: "Reporting Suite",
|
||||
href: "#",
|
||||
},
|
||||
label: "Reporting Suite", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user