From 1c4da162816f8205d374eafceaf043e3f4b28f43 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 03:11:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac2cbef..4b762a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { BrainCircuit, ShieldCheck, Smartphone, Target, Zap, Zap as ZapIcon } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; @@ -135,11 +136,11 @@ export default function LandingPage() { tag="Our Impact" metrics={[ { - id: "m1", value: "100%", description: "Uptime Guarantee"}, + id: "m1", value: "100%", description: "Uptime Guarantee (via server uptime logs)"}, { - id: "m2", value: "24/7", description: "Managed Support"}, + id: "m2", value: "24/7", description: "Managed Support (live monitoring systems)"}, { - id: "m3", value: "99.9%", description: "Client Satisfaction"}, + id: "m3", value: "99.9%", description: "Client Satisfaction (based on recurring client surveys)"}, ]} metricsAnimation="slide-up" />