diff --git a/src/app/page.tsx b/src/app/page.tsx
index f92e976..2284f3a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplit from '@/components/sections/contact/ContactSplit';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -33,14 +33,11 @@ export default function LandingPage() {
@@ -48,69 +45,37 @@ export default function LandingPage() {
@@ -121,18 +86,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Automated Prioritization", price: "Standard", variant: "Core", imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg"},
- {
- id: "p2", name: "Audit Logs", price: "Integrated", variant: "Core", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tablet-with-financial-review_1232-184.jpg"},
- {
- id: "p3", name: "Case Intelligence", price: "Advanced", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/workers-working-computer-network-graphic-overlay_53876-132297.jpg"},
- {
- id: "p4", name: "Risk Scoring", price: "Adaptive", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-vector/business-conveyor-concept-idea-business-development-coordination-business-project-planning-optimization-streamlining-effective-team-work-isolated-flat-vector-illustration_613284-1092.jpg?_wi=1"},
- {
- id: "p5", name: "Team Reporting", price: "Collaborative", variant: "Core", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-analyzing-statistics-while-reading-charts-office-copy-space_637285-12.jpg"},
- {
- id: "p6", name: "API Connectors", price: "Unified", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg"},
+ { id: "p1", name: "Automated Prioritization", price: "Standard", variant: "Core", imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg" },
+ { id: "p2", name: "Audit Logs", price: "Integrated", variant: "Core", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tablet-with-financial-review_1232-184.jpg" },
+ { id: "p3", name: "Case Intelligence", price: "Advanced", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/workers-working-computer-network-graphic-overlay_53876-132297.jpg" },
+ { id: "p4", name: "Risk Scoring", price: "Adaptive", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-vector/business-conveyor-concept-idea-business-development-coordination-business-project-planning-optimization-streamlining-effective-team-work-isolated-flat-vector-illustration_613284-1092.jpg?_wi=1" },
+ { id: "p5", name: "Team Reporting", price: "Collaborative", variant: "Core", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-analyzing-statistics-while-reading-charts-office-copy-space_637285-12.jpg" },
+ { id: "p6", name: "API Connectors", price: "Unified", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg" },
]}
title="Platform Overview"
description="Enterprise-grade tools for compliance professionals."
@@ -146,50 +105,29 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Automated Alert Aggregation", description: "Consolidate alerts from multiple systems.", media: {
- imageSrc: "http://img.b2bpic.net/free-vector/linear-financial-icons_1257-311.jpg", imageAlt: "Flow"},
+ title: "Automated Alert Aggregation", description: "Consolidate alerts from multiple systems.", media: { imageSrc: "http://img.b2bpic.net/free-vector/linear-financial-icons_1257-311.jpg", imageAlt: "Flow" },
items: [
- {
- icon: CheckCircle,
- text: "Multi-source"},
- {
- icon: Zap,
- text: "Real-time"},
- {
- icon: Shield,
- text: "Secure"},
+ { icon: CheckCircle, text: "Multi-source" },
+ { icon: Zap, text: "Real-time" },
+ { icon: Shield, text: "Secure" },
],
reverse: false,
},
{
- title: "Decision Documentation", description: "Every action captured for auditors.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/female-analyzing-finance-cooperation-tech-touchpad_1421-247.jpg", imageAlt: "Docs"},
+ title: "Decision Documentation", description: "Every action captured for auditors.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-analyzing-finance-cooperation-tech-touchpad_1421-247.jpg", imageAlt: "Docs" },
items: [
- {
- icon: FileText,
- text: "Audit-ready"},
- {
- icon: User,
- text: "Analyst-centric"},
- {
- icon: Archive,
- text: "Permanent"},
+ { icon: FileText, text: "Audit-ready" },
+ { icon: User, text: "Analyst-centric" },
+ { icon: Archive, text: "Permanent" },
],
reverse: true,
},
{
- title: "Actionable Risk Insights", description: "Prioritize risk based on severity.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/male-investor-looking-stock-trade-sales-computer-using-financial-statistics-plan-business-investment-growth-market-analyst-working-with-real-time-forex-exchange-graphs_482257-40949.jpg", imageAlt: "Risk"},
+ title: "Actionable Risk Insights", description: "Prioritize risk based on severity.", media: { imageSrc: "http://img.b2bpic.net/free-photo/male-investor-looking-stock-trade-sales-computer-using-financial-statistics-plan-business-investment-growth-market-analyst-working-with-real-time-forex-exchange-graphs_482257-40949.jpg", imageAlt: "Risk" },
items: [
- {
- icon: TrendingUp,
- text: "Insightful"},
- {
- icon: AlertCircle,
- text: "Prioritized"},
- {
- icon: Shield,
- text: "Proven"},
+ { icon: TrendingUp, text: "Insightful" },
+ { icon: AlertCircle, text: "Prioritized" },
+ { icon: Shield, text: "Proven" },
],
reverse: false,
},
@@ -205,12 +143,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "40%", title: "Time Saved", description: "Reduced investigation time.", imageSrc: "http://img.b2bpic.net/free-photo/person-talking-colleagues-video-call-communication-using-smartphone-business-meeting-businessman-holding-mobile-phone-online-conference-with-workmates-corporate-office_482257-28475.jpg"},
- {
- id: "m2", value: "99.9%", title: "Compliance Accuracy", description: "High integrity audits.", imageSrc: "http://img.b2bpic.net/free-photo/working-process-startup-businessman-working-wood-table-with-new-finance-project-modern-notebook-table-pen-holding-hand_1423-65.jpg"},
- {
- id: "m3", value: "10k+", title: "Cases Handled", description: "Validated throughput.", imageSrc: "http://img.b2bpic.net/free-photo/customer-marketing-sales-dashboard-graphics-concept_53876-133831.jpg"},
+ { id: "m1", value: "40%", title: "Time Saved", description: "Reduced investigation time.", imageSrc: "http://img.b2bpic.net/free-photo/person-talking-colleagues-video-call-communication-using-smartphone-business-meeting-businessman-holding-mobile-phone-online-conference-with-workmates-corporate-office_482257-28475.jpg" },
+ { id: "m2", value: "99.9%", title: "Compliance Accuracy", description: "High integrity audits.", imageSrc: "http://img.b2bpic.net/free-photo/working-process-startup-businessman-working-wood-table-with-new-finance-project-modern-notebook-table-pen-holding-hand_1423-65.jpg" },
+ { id: "m3", value: "10k+", title: "Cases Handled", description: "Validated throughput.", imageSrc: "http://img.b2bpic.net/free-photo/customer-marketing-sales-dashboard-graphics-concept_53876-133831.jpg" },
]}
title="AI Assisted Intelligence"
description="Augmented decision-making for your human team."
@@ -223,21 +158,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1", name: "Alice Miller", handle: "@compliance_lead", testimonial: "Voltio finally made our investigation process audit-ready and defensible.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/work-desk-bookkeeping-workplace-career-sunlight_1418-526.jpg"},
- {
- id: "t2", name: "Mark Stevens", handle: "@aml_manager", testimonial: "The decision documentation feature is a game changer for regulators.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/business-man-with-beard-working-hard-his-desk-office-motivated-man_482257-18758.jpg"},
- {
- id: "t3", name: "Sarah Chen", handle: "@risk_director", testimonial: "Voltio respects human expertise while providing necessary AI support.", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lnc1m6"},
- {
- id: "t4", name: "John Doe", handle: "@compliance_officer", testimonial: "Unmatched visibility into our alert resolution process.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/business-analyse-idea-concept_1421-226.jpg"},
- {
- id: "t5", name: "Jane Smith", handle: "@analyst", testimonial: "Defensible decisions are now the standard, not the exception.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg"},
+ { id: "t1", name: "Alice Miller", handle: "@compliance_lead", testimonial: "Voltio finally made our investigation process audit-ready and defensible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/work-desk-bookkeeping-workplace-career-sunlight_1418-526.jpg" },
+ { id: "t2", name: "Mark Stevens", handle: "@aml_manager", testimonial: "The decision documentation feature is a game changer for regulators.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-with-beard-working-hard-his-desk-office-motivated-man_482257-18758.jpg" },
+ { id: "t3", name: "Sarah Chen", handle: "@risk_director", testimonial: "Voltio respects human expertise while providing necessary AI support.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lnc1m6" },
+ { id: "t4", name: "John Doe", handle: "@compliance_officer", testimonial: "Unmatched visibility into our alert resolution process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-analyse-idea-concept_1421-226.jpg" },
+ { id: "t5", name: "Jane Smith", handle: "@analyst", testimonial: "Defensible decisions are now the standard, not the exception.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg" },
]}
showRating={true}
title="What Analysts Say"
@@ -250,12 +175,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1", title: "Are files audit-ready?", content: "Yes, every action and human decision is logged in immutable records."},
- {
- id: "f2", title: "Do I retain control?", content: "Voltio is designed as AI-assisted. You make the final decision."},
- {
- id: "f3", title: "Can we integrate existing APIs?", content: "Voltio integrates with standard industry compliance APIs easily."},
+ { id: "f1", title: "Are files audit-ready?", content: "Yes, every action and human decision is logged in immutable records." },
+ { id: "f2", title: "Do I retain control?", content: "Voltio is designed as AI-assisted. You make the final decision." },
+ { id: "f3", title: "Can we integrate existing APIs?", content: "Voltio integrates with standard industry compliance APIs easily." },
]}
title="Audit-Ready Reports"
description="Standardized, exportable, and defensible documentation."
@@ -270,23 +192,17 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "pilot", title: "Pilot", price: "EUR 2,500", period: "one-time", features: [
- "Proof of Concept", "Basic Integration", "Email Support"],
- button: {
- text: "Contact Sales"},
- imageSrc: "http://img.b2bpic.net/free-photo/woman-broker-looking-real-time-stock-market-sales-analyzing-global-trade-exchange-statistics-capital-money-investment-working-with-hegde-fund-index-profit-forex-trading-night_482257-46966.jpg", imageAlt: "Woman broker looking at real time stock market sales, analyzing global trade exchange statistics for capital money investment. Working with hegde fund index profit on forex trading at night."},
+ id: "pilot", title: "Pilot", price: "EUR 2,500", period: "one-time", features: ["Proof of Concept", "Basic Integration", "Email Support"],
+ button: { text: "Contact Sales" },
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-broker-looking-real-time-stock-market-sales-analyzing-global-trade-exchange-statistics-capital-money-investment-working-with-hegde-fund-index-profit-forex-trading-night_482257-46966.jpg"},
{
- id: "business", title: "Business", price: "EUR 1,500", period: "month", features: [
- "Advanced AML Rules", "Team Collaboration", "Priority Support"],
- button: {
- text: "Select Business"},
- imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-119617.jpg?_wi=2", imageAlt: "Woman broker looking at real time stock market sales, analyzing global trade exchange statistics for capital money investment. Working with hegde fund index profit on forex trading at night."},
+ id: "business", title: "Business", price: "EUR 1,500", period: "month", features: ["Advanced AML Rules", "Team Collaboration", "Priority Support"],
+ button: { text: "Select Business" },
+ imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-119617.jpg?_wi=2"},
{
- id: "enterprise", title: "Enterprise", price: "EUR 4,000", period: "month", features: [
- "Full Audit Logs", "Custom Reporting", "Dedicated Support"],
- button: {
- text: "Contact Enterprise"},
- imageSrc: "http://img.b2bpic.net/free-vector/business-conveyor-concept-idea-business-development-coordination-business-project-planning-optimization-streamlining-effective-team-work-isolated-flat-vector-illustration_613284-1092.jpg?_wi=2", imageAlt: "Woman broker looking at real time stock market sales, analyzing global trade exchange statistics for capital money investment. Working with hegde fund index profit on forex trading at night."},
+ id: "enterprise", title: "Enterprise", price: "EUR 4,000", period: "month", features: ["Full Audit Logs", "Custom Reporting", "Dedicated Support"],
+ button: { text: "Contact Enterprise" },
+ imageSrc: "http://img.b2bpic.net/free-vector/business-conveyor-concept-idea-business-development-coordination-business-project-planning-optimization-streamlining-effective-team-work-isolated-flat-vector-illustration_613284-1092.jpg?_wi=2"},
]}
title="Flexible Deployment"
description="Transparent pricing for any compliance scale."
@@ -297,55 +213,51 @@ export default function LandingPage() {