Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cd9a4ca41 | |||
| 1c4da16281 | |||
| 635ed2bff5 | |||
| 9a69b1cdcd | |||
| 00a346f094 | |||
| 570a575c80 | |||
| 63198f2d59 | |||
| 8a28c85e8b | |||
| 77d6b39916 | |||
| 74de83b3e8 | |||
| 3fece747fc |
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user