Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-08 04:11:09 +00:00

View File

@@ -9,6 +9,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { LineChart, CheckCircle, Users } from 'lucide-react';
export default function HomePage() {
const navItems = [
@@ -53,12 +54,11 @@ export default function HomePage() {
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66719.jpg", imageAlt: "Abstract animated financial market visualization" },
{ imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57208.jpg", imageAlt: "Dynamic cryptocurrency trading chart" },
{ imageSrc: "http://img.b2bpic.net/free-photo/technology-connection-online-networking-medias-conpt_53876-64965.jpg?_wi=1", imageAlt: "Multi-screen financial dashboard view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/technology-connection-online-networking-medias-conpt_53876-64965.jpg", imageAlt: "Multi-screen financial dashboard view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-holds-tablet-with-copy-space-screen-leveraging-dashboards_482257-126587.jpg", imageAlt: "Holographic stock ticker with real-time data" },
{ imageSrc: "http://img.b2bpic.net/free-photo/general-manager-working-data-management-with-infographics_482257-91096.jpg", imageAlt: "Financial algorithm running on server rack" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-cryptocurrency-rendering-design_23-2149074561.jpg", imageAlt: "Secure blockchain network with glowing nodes" }
]}
useInvertedBackground={false}
/>
</div>
@@ -83,9 +83,9 @@ export default function HomePage() {
title="Proven Performance, Quantified Results"
description="Our platform empowers investors with unparalleled insights and measurable success."
metrics={[
{ id: "m1", value: "30%+", title: "Average Portfolio Growth", description: "Users experience significant growth with our AI-driven strategies.", icon: "LineChart" },
{ id: "m2", value: "99.9%", title: "Data Accuracy", description: "Real-time, verified data ensures reliable analysis and decision-making.", icon: "CheckCircle" },
{ id: "m3", value: "100K+", title: "Active Traders", description: "Join a thriving community leveraging AI for smarter investments.", icon: "Users" }
{ id: "m1", value: "30%+", title: "Average Portfolio Growth", description: "Users experience significant growth with our AI-driven strategies.", icon: LineChart },
{ id: "m2", value: "99.9%", title: "Data Accuracy", description: "Real-time, verified data ensures reliable analysis and decision-making.", icon: CheckCircle },
{ id: "m3", value: "100K+", title: "Active Traders", description: "Join a thriving community leveraging AI for smarter investments.", icon: Users }
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -135,7 +135,7 @@ export default function HomePage() {
title="Get Started with FINTECH AI Today"
description="Experience next-generation trading and analytics. Sign up for free and elevate your investment strategy."
background={{ variant: "downward-rays-animated" }}
imageSrc="http://img.b2bpic.net/free-photo/technology-connection-online-networking-medias-conpt_53876-64965.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/technology-connection-online-networking-medias-conpt_53876-64965.jpg"
imageAlt="AI financial operating system dashboard concept"
mediaAnimation="opacity"
mediaPosition="right"
@@ -156,7 +156,6 @@ export default function HomePage() {
]}
bottomLeftText="© 2024 FINTECH AI. All rights reserved."
bottomRightText="Powered by AI & Innovation"
useInvertedBackground={false}
/>
</div>
</ThemeProvider>