From b4ebae4bd3eee6d640d8c0533345dc7ba97d96b8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:45:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b01ae5..be18dae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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={[