Merge version_2 into main #2
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { CheckCircle, Shield, Zap } from "lucide-react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
@@ -90,11 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "99.9%", title: "Diagnostic Accuracy"},
|
||||
id: "m1", icon: CheckCircle, value: "99.9%", title: "Diagnostic Accuracy"},
|
||||
{
|
||||
id: "m2", value: "24/7", title: "Remote Monitoring"},
|
||||
id: "m2", icon: Shield, value: "24/7", title: "Remote Monitoring"},
|
||||
{
|
||||
id: "m3", value: "40ms", title: "Processing Latency"},
|
||||
id: "m3", icon: Zap, value: "40ms", title: "Processing Latency"},
|
||||
]}
|
||||
title="Scientific Impact"
|
||||
description="Our work drives progress across multiple sectors."
|
||||
|
||||
Reference in New Issue
Block a user