Merge version_1 into main #2
@@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles, Zap, Rocket, Lightbulb, Award, Mail, DollarSign, HelpCircle, Brain, Shield, Gauge, Settings, TrendingUp, House, BarChart3, CircleDollarSign, ArrowLeftRight, Send, Database, Cloud, Lock, Monitor } from 'lucide-react';
|
||||
import { Sparkles, Zap, Rocket, Lightbulb, Award, Mail, DollarSign, HelpCircle, Brain, Shield, Gauge, Settings, TrendingUp, House, BarChart3, CircleDollarSign, ArrowLeftRight, Send, Database, Cloud, Lock, Monitor, CheckCircle } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -68,15 +68,15 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Accuracy", values: [94.2, 96.8, 98.5],
|
||||
valuePrefix: "", valueSuffix: "%", description: "Model precision rate"
|
||||
title: "Accuracy", values: ["94.2%", "96.8%", "98.5%"],
|
||||
valuePrefix: "", valueSuffix: "", description: "Model precision rate"
|
||||
},
|
||||
{
|
||||
title: "Processing Speed", values: [2.1, 1.8, 1.2],
|
||||
valuePrefix: "", valueSuffix: "ms", description: "Average response time"
|
||||
title: "Processing Speed", values: ["2.1ms", "1.8ms", "1.2ms"],
|
||||
valuePrefix: "", valueSuffix: "", description: "Average response time"
|
||||
},
|
||||
{
|
||||
title: "Active Users", values: [12450, 18920, 24680],
|
||||
title: "Active Users", values: ["12,450", "18,920", "24,680"],
|
||||
valuePrefix: "", valueSuffix: "", description: "Real-time platform users"
|
||||
}
|
||||
],
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
listTitle: "Recent Predictions", listItems: [
|
||||
{ icon: TrendingUp, title: "Market Forecast", status: "Completed" },
|
||||
{ icon: Zap, title: "Performance Analysis", status: "Processing" },
|
||||
{ icon: CircleDollarSign, title: "Risk Assessment", status: "Completed" }
|
||||
{ icon: CheckCircle, title: "Risk Assessment", status: "Completed" }
|
||||
]
|
||||
}}
|
||||
/>
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
buttons={[]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
@@ -283,7 +283,7 @@ export default function LandingPage() {
|
||||
buttons={[]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user