Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
|||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -68,15 +68,15 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
stats: [
|
stats: [
|
||||||
{
|
{
|
||||||
title: "Accuracy", values: [94.2, 96.8, 98.5],
|
title: "Accuracy", values: ["94.2%", "96.8%", "98.5%"],
|
||||||
valuePrefix: "", valueSuffix: "%", description: "Model precision rate"
|
valuePrefix: "", valueSuffix: "", description: "Model precision rate"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Processing Speed", values: [2.1, 1.8, 1.2],
|
title: "Processing Speed", values: ["2.1ms", "1.8ms", "1.2ms"],
|
||||||
valuePrefix: "", valueSuffix: "ms", description: "Average response time"
|
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"
|
valuePrefix: "", valueSuffix: "", description: "Real-time platform users"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
|||||||
listTitle: "Recent Predictions", listItems: [
|
listTitle: "Recent Predictions", listItems: [
|
||||||
{ icon: TrendingUp, title: "Market Forecast", status: "Completed" },
|
{ icon: TrendingUp, title: "Market Forecast", status: "Completed" },
|
||||||
{ icon: Zap, title: "Performance Analysis", status: "Processing" },
|
{ 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={[]}
|
buttons={[]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="smooth"
|
animationType="blur-reveal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
@@ -283,7 +283,7 @@ export default function LandingPage() {
|
|||||||
buttons={[]}
|
buttons={[]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="smooth"
|
animationType="blur-reveal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
|
|||||||
Reference in New Issue
Block a user