Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -64,15 +64,15 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
stats: [
|
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"
|
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"
|
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"
|
description: "Production AI models running"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={HelpCircle}
|
tagIcon={HelpCircle}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="smooth"
|
mediaAnimation="smooth"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqsAnimation="blur-reveal"
|
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"
|
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