Merge version_1 into main #1
@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Brain, BarChart3, Zap, Settings, Dashboard, TrendingUp, CheckCircle, Target, Plug, Quote, HelpCircle, Rocket, Sparkles } from 'lucide-react';
|
||||
import { Brain, BarChart3, Zap, Settings, TrendingUp, CheckCircle, Target, Plug, Quote, HelpCircle, Rocket, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -64,15 +64,15 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Model Accuracy", values: ["94.2", "96.1", "98.3"],
|
||||
title: "Model Accuracy", values: [94.2, 96.1, 98.3],
|
||||
valueSuffix: "%", description: "AI prediction accuracy"
|
||||
},
|
||||
{
|
||||
title: "Processing Speed", values: ["0.8", "0.6", "0.4"],
|
||||
title: "Processing Speed", values: [0.8, 0.6, 0.4],
|
||||
valueSuffix: "ms", description: "Average response time"
|
||||
},
|
||||
{
|
||||
title: "Active Models", values: ["12", "24", "48"],
|
||||
title: "Active Models", values: [12, 24, 48],
|
||||
description: "Production AI models running"
|
||||
}
|
||||
],
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
mediaAnimation="smooth"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQCc4dk10rHGdqjMYeRRde9t46/a-modern-ai-technology-illustration-show-1772515542793-bed99906.png"
|
||||
|
||||
Reference in New Issue
Block a user