diff --git a/src/app/page.tsx b/src/app/page.tsx
index 94ab761..70ae9ee 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,49 +29,26 @@ export default function LandingPage() {
@@ -83,38 +60,18 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "CCTV Surveillance",
- description: "4K resolution, AI-powered object tracking with zero-latency streaming capabilities.",
- icon: Video,
+ title: "CCTV Surveillance", description: "4K resolution, AI-powered object tracking with zero-latency streaming capabilities.", icon: Video,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg?_wi=1",
- imageAlt: "Smart CCTV",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg?_wi=2",
- imageAlt: "Smart CCTV Detail",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg", imageAlt: "Smart CCTV" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg", imageAlt: "Smart CCTV Detail" },
],
- imageSrc: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150901067.jpg?_wi=2",
- imageAlt: "futuristic cyber city neon night",
},
{
- title: "Smart Lock Systems",
- description: "Biometric access with encrypted decentralized control for absolute property security.",
- icon: Lock,
+ title: "Smart Lock Systems", description: "Biometric access with encrypted decentralized control for absolute property security.", icon: Lock,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg?_wi=1",
- imageAlt: "Smart Lock",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg?_wi=2",
- imageAlt: "Smart Lock Mechanism",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg", imageAlt: "Smart Lock" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg", imageAlt: "Smart Lock Mechanism" },
],
- imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg?_wi=3",
- imageAlt: "cctv security camera 3d tech",
},
]}
title="Advanced Intelligence Infrastructure"
@@ -128,24 +85,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- icon: ShieldCheck,
- title: "Uptime",
- value: "99.99%",
- },
- {
- id: "m2",
- icon: Eye,
- title: "AI Detect",
- value: "24/7",
- },
- {
- id: "m3",
- icon: Lock,
- title: "Encrypted",
- value: "256-bit",
- },
+ { id: "m1", icon: ShieldCheck, title: "Uptime", value: "99.99%" },
+ { id: "m2", icon: Eye, title: "AI Detect", value: "24/7" },
+ { id: "m3", icon: Lock, title: "Encrypted", value: "256-bit" },
]}
title="Real-Time Monitoring Power"
description="Precision data insights into your environment with real-time alert systems."
@@ -157,21 +99,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "How does AI detection work?",
- content: "Our systems utilize proprietary neural networks to distinguish between routine motion and genuine threats, reducing false alarms by 99%.",
- },
- {
- id: "q2",
- title: "Are my streams encrypted?",
- content: "We employ end-to-end AES-256 encryption across all devices, ensuring your surveillance data is accessed only by authorized users.",
- },
- {
- id: "q3",
- title: "Can I integrate third-party sensors?",
- content: "Our open API architecture allows for seamless integration with existing smart home environments and industrial IoT setups.",
- },
+ { id: "q1", title: "How does AI detection work?", content: "Our systems utilize proprietary neural networks to distinguish between routine motion and genuine threats, reducing false alarms by 99%." },
+ { id: "q2", title: "Are my streams encrypted?", content: "We employ end-to-end AES-256 encryption across all devices, ensuring your surveillance data is accessed only by authorized users." },
+ { id: "q3", title: "Can I integrate third-party sensors?", content: "Our open API architecture allows for seamless integration with existing smart home environments and industrial IoT setups." },
]}
title="Engineered for Reliability"
description="Leading the industry in premium integrated security solutions."
@@ -185,24 +115,10 @@ export default function LandingPage() {
title="Initiate Secure Protocol"
description="Connect with our security architects to customize your defense system."
inputs={[
- {
- name: "fullName",
- type: "text",
- placeholder: "Full Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
- },
+ { name: "fullName", type: "text", placeholder: "Full Name", required: true },
+ { name: "email", type: "email", placeholder: "Email Address", required: true },
]}
- textarea={{
- name: "message",
- placeholder: "Tell us about your security needs",
- rows: 4,
- }}
+ textarea={{ name: "message", placeholder: "Tell us about your security needs", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6496.jpg"
imageAlt="Security background"
/>
@@ -211,42 +127,9 @@ export default function LandingPage() {