From 45bd95c7bf919a96e6a34339c4fe9896ef8bc89e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 10:50:10 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2e84a25..a8f9c33 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -125,6 +125,7 @@ export default function HomePage() { Date: Mon, 22 Jun 2026 10:50:19 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 171 +++++++++-------------------------------- 1 file changed, 38 insertions(+), 133 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a8f9c33..4853186 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -14,31 +14,16 @@ export default function HomePage() { @@ -52,47 +37,19 @@ export default function HomePage() { description="Eluviant brings clarity to your surveillance feed with advanced computer vision models." items={[ { - title: "Sentry Surveillance", - description: "Unified site management.", - href: "#", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FMaIRp97QUfgsbJ4wzRlxl1Ims/uploaded-1782125307829-4c2mtbbt.png", - }, + title: "Sentry Surveillance", description: "Unified site management.", href: "#", imageSrc: "https://storage.googleapis.com/webild/users/user_3FMaIRp97QUfgsbJ4wzRlxl1Ims/uploaded-1782125307829-4c2mtbbt.png"}, { - title: "Facial Recognition", - description: "Identify authorized personnel.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/face-recognition-personal-identification-collage_23-2150165599.jpg", - }, + title: "Facial Recognition", description: "Identify authorized personnel.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/face-recognition-personal-identification-collage_23-2150165599.jpg"}, { - title: "Accident Detection", - description: "Automated incident triggers.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg", - }, + title: "Accident Detection", description: "Automated incident triggers.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg"}, { - title: "Threat Alerting", - description: "Identify behavioral anomalies.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/home-security-camera_181624-58835.jpg", - }, + title: "Threat Alerting", description: "Identify behavioral anomalies.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/home-security-camera_181624-58835.jpg"}, { - title: "Global Management", - description: "Scale across sites.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/team-leader-assigning-tasks-his-employees-monitoring-room_482257-89121.jpg", - }, + title: "Global Management", description: "Scale across sites.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/team-leader-assigning-tasks-his-employees-monitoring-room_482257-89121.jpg"}, { - title: "Report Generation", - description: "Instant safety reports.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg", - }, + title: "Report Generation", description: "Instant safety reports.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg"}, { - title: "Object Tracking", - description: "Real-time asset movement.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/female-warehouse-staff-overseeing-order-fulfillment-with-ai-brain-support_482257-129608.jpg", - }, + title: "Object Tracking", description: "Real-time asset movement.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/female-warehouse-staff-overseeing-order-fulfillment-with-ai-brain-support_482257-129608.jpg"}, ]} /> @@ -105,17 +62,9 @@ export default function HomePage() { title="Why Eluviant" description="Comparison between traditional systems and Eluviant AI intelligence." negativeItems={[ - "High false alarms", - "Manual review required", - "Reactive approach", - "Siloed data infrastructure", - ]} + "High false alarms", "Manual review required", "Reactive approach", "Siloed data infrastructure"]} positiveItems={[ - "99% alarm accuracy", - "Automated real-time alerts", - "Proactive intelligence", - "Integrated ecosystem", - ]} + "99% alarm accuracy", "Automated real-time alerts", "Proactive intelligence", "Integrated ecosystem"]} /> @@ -125,43 +74,23 @@ export default function HomePage() { @@ -172,31 +101,19 @@ export default function HomePage() { @@ -208,24 +125,16 @@ export default function HomePage() { @@ -237,13 +146,9 @@ export default function HomePage() { tag="Get Started" text="Ready to modernize your security intelligence?" primaryButton={{ - text: "Contact Our Team", - href: "mailto:contact@eluviant.com", - }} + text: "Contact Our Team", href: "mailto:contact@eluviant.com"}} secondaryButton={{ - text: "View Demo", - href: "#", - }} + text: "View Demo", href: "#"}} /> -- 2.49.1