diff --git a/src/app/page.tsx b/src/app/page.tsx
index 92d1c73..3cbfe01 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Check, FileText, Globe, HardDrive, Layout, RefreshCw, Shield, Volume2 } from "lucide-react";
+import { Check, Cpu, FileText, Globe, HardDrive, Layout, RefreshCw, Shield, Volume2 } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,45 +45,28 @@ export default function LandingPage() {
@@ -104,63 +79,40 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Auto-Installation",
- description: "Seamless background installation protocols without user intervention.",
- bentoComponent: "phone",
- statusIcon: Check,
+ title: "Auto-Installation", description: "Seamless background installation protocols without user intervention.", bentoComponent: "phone", statusIcon: Check,
alertIcon: Shield,
- alertTitle: "Secure Deploy",
- alertMessage: "Authorized installation",
- apps: [
+ alertTitle: "Secure Deploy", alertMessage: "Authorized installation", apps: [
{
- name: "Core",
- icon: Cpu,
+ name: "Core", icon: Cpu,
},
{
- name: "Sync",
- icon: RefreshCw,
+ name: "Sync", icon: RefreshCw,
},
{
- name: "Guard",
- icon: Shield,
+ name: "Guard", icon: Shield,
},
{
- name: "Logs",
- icon: FileText,
+ name: "Logs", icon: FileText,
},
{
- name: "Network",
- icon: Globe,
+ name: "Network", icon: Globe,
},
{
- name: "Audio",
- icon: Volume2,
+ name: "Audio", icon: Volume2,
},
{
- name: "UI",
- icon: Layout,
+ name: "UI", icon: Layout,
},
{
- name: "Storage",
- icon: HardDrive,
+ name: "Storage", icon: HardDrive,
},
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg?_wi=3",
- imageAlt: "android app interface display",
+ ]
},
{
- title: "Global Sync",
- description: "Manage devices across any geography via our global cloud network.",
- bentoComponent: "globe",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg?_wi=3",
- imageAlt: "floating mobile application icons",
+ title: "Global Sync", description: "Manage devices across any geography via our global cloud network.", bentoComponent: "globe"
},
{
- title: "Performance Analytics",
- description: "Real-time insights on installation success rates and device health.",
- bentoComponent: "line-chart",
- imageSrc: "http://img.b2bpic.net/free-photo/technology-bokeh-background-with-particle-lines_53876-104786.jpg?_wi=3",
- imageAlt: "data network digital visualization",
+ title: "Performance Analytics", description: "Real-time insights on installation success rates and device health.", bentoComponent: "line-chart"
},
]}
title="Unmatched App Capabilities"
@@ -176,20 +128,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "99.99%",
- description: "Uptime Guarantee",
- },
+ id: "m1", value: "99.99%", description: "Uptime Guarantee"},
{
- id: "m2",
- value: "500k+",
- description: "Successful Installs",
- },
+ id: "m2", value: "500k+", description: "Successful Installs"},
{
- id: "m3",
- value: "20ms",
- description: "Latency average",
- },
+ id: "m3", value: "20ms", description: "Latency average"},
]}
title="Trusted Infrastructure"
description="Reliability at scale for enterprise deployments."
@@ -204,25 +147,15 @@ export default function LandingPage() {
author="Sarah Chen"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/professional-woman-smiling_23-2152009549.jpg",
- alt: "Sarah",
- },
+ src: "http://img.b2bpic.net/free-photo/professional-woman-smiling_23-2152009549.jpg", alt: "Sarah"},
{
- src: "http://img.b2bpic.net/free-photo/workers-it-company-working-computer_1303-19447.jpg",
- alt: "Michael",
- },
+ src: "http://img.b2bpic.net/free-photo/workers-it-company-working-computer_1303-19447.jpg", alt: "Michael"},
{
- src: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg",
- alt: "David",
- },
+ src: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg", alt: "David"},
{
- src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg",
- alt: "Emily",
- },
+ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg", alt: "Emily"},
{
- src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg",
- alt: "Alex",
- },
+ src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", alt: "Alex"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -233,16 +166,13 @@ export default function LandingPage() {
@@ -251,29 +181,19 @@ export default function LandingPage() {