Merge version_1 into main #1
@@ -68,15 +68,15 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Processing Speed", values: ["2.5M", "5.3M", "8.7M"],
|
||||
title: "Processing Speed", values: [2.5, 5.3, 8.7],
|
||||
valueSuffix: "req/s", description: "Requests per second"
|
||||
},
|
||||
{
|
||||
title: "Model Accuracy", values: ["94.2", "96.5", "98.1"],
|
||||
title: "Model Accuracy", values: [94.2, 96.5, 98.1],
|
||||
valueSuffix: "%", description: "Average accuracy"
|
||||
},
|
||||
{
|
||||
title: "Active Users", values: ["12400", "18650", "24300"],
|
||||
title: "Active Users", values: [12400, 18650, 24300],
|
||||
description: "Concurrent sessions"
|
||||
}
|
||||
],
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Integration Stack", description: "Seamlessly connect with popular tools and services in your existing tech stack.", bentoComponent: "marquee", centerIcon: Plug,
|
||||
variant: "icon", icons: [Zap, Cloud, Database, Shield, Cpu]
|
||||
variant: "icon", icons: [Zap, Plug, Database, Shield, Cpu]
|
||||
},
|
||||
{
|
||||
title: "Mobile Monitoring", description: "Monitor your AI models and receive alerts on-the-go with our mobile application.", bentoComponent: "phone", statusIcon: Lock,
|
||||
@@ -210,6 +210,7 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAMTrNSmWOo1pWPE1RDpXu4CB/team-of-ai-engineers-and-data-scientists-1772759169640-bbdc3055.png"
|
||||
imageAlt="AISync Team Working"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user