Merge version_1 into main #1
@@ -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 { Activity, Award, BarChart3, CheckCircle2, Cloud, Code2, Cpu, Database, DollarSign, Eye, Layers, Lock, Mail, MessageSquareText, Move, Settings, Shield, Sparkles, Users, Video, Zap, Heart, HelpCircle, Rocket } from 'lucide-react';
|
||||
import { Activity, Award, BarChart3, CheckCircle2, Cloud, Code2, Cpu, Database, DollarSign, Eye, Layers, Lock, Mail, MessageSquareText, Move, Settings, Shield, Sparkles, Users, Video, Zap, Heart, HelpCircle, Rocket, Target } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
title: "Multi-Person Detection", description: "Track up to 32 people simultaneously with individual skeleton overlays", bentoComponent: "3d-stack-cards", items: [
|
||||
{ icon: Users, title: "Multi-Track", subtitle: "32 People", detail: "Simultaneous subjects" },
|
||||
{ icon: Zap, title: "Real-Time", subtitle: "120 FPS", detail: "Frame processing rate" },
|
||||
{ icon: "Target", title: "Precision", subtitle: "98% Accuracy", detail: "Joint detection confidence" }
|
||||
{ icon: Target, title: "Precision", subtitle: "98% Accuracy", detail: "Joint detection confidence" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user