From 3f519ec1617b51bff0e5d968d57b0e9ec3142e1b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:23:52 +0000 Subject: [PATCH 1/3] Update src/app/alerts/page.tsx --- src/app/alerts/page.tsx | 136 +++++++++++----------------------------- 1 file changed, 37 insertions(+), 99 deletions(-) diff --git a/src/app/alerts/page.tsx b/src/app/alerts/page.tsx index cac5483..1716a24 100644 --- a/src/app/alerts/page.tsx +++ b/src/app/alerts/page.tsx @@ -6,6 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import { Car, Lock, Cable, Router, Fuel, BatteryCharging, Thermometer, Oil, Tyre, AirVent } from "lucide-react"; export default function LandingPage() { return ( @@ -26,25 +27,15 @@ export default function LandingPage() { @@ -58,17 +49,11 @@ export default function LandingPage() { description="Stay informed and prevent critical issues with our smart notification system. Receive timely alerts directly to your device, ensuring you're always one step ahead in vehicle maintenance and safety." bulletPoints={[ { - title: "Customizable Alert Thresholds", - description: "Set personalized limits for various parameters to receive alerts tailored to your needs.", - }, + title: "Customizable Alert Thresholds", description: "Set personalized limits for various parameters to receive alerts tailored to your needs."}, { - title: "Multi-Channel Notifications", - description: "Get alerts via email, in-app notifications, or even SMS for critical events.", - }, + title: "Multi-Channel Notifications", description: "Get alerts via email, in-app notifications, or even SMS for critical events."}, { - title: "Historical Alert Logging", - description: "Review past alerts to track recurring issues and monitor trends over time.", - }, + title: "Historical Alert Logging", description: "Review past alerts to track recurring issues and monitor trends over time."}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163703.jpg" imageAlt="smartphone vehicle alerts app" @@ -83,67 +68,43 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Low Fuel & Battery Alerts", - description: "Receive timely warnings when fuel or battery levels drop below critical thresholds.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163689.jpg", - imageAlt: "dashboard fuel level indicator", - }, + title: "Low Fuel & Battery Alerts", description: "Receive timely warnings when fuel or battery levels drop below critical thresholds.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163689.jpg", imageAlt: "dashboard fuel level indicator"}, items: [ { icon: Fuel, - text: "Low Fuel Warning", - }, + text: "Low Fuel Warning"}, { icon: BatteryCharging, - text: "Low Battery Alert", - }, + text: "Low Battery Alert"}, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/blurred-traffic-light-trails-road_1359-720.jpg?_wi=5", - imageAlt: "dashboard fuel level indicator", + reverse: false }, { - title: "Engine & System Health Warnings", - description: "Get notified about potential engine overheating, oil pressure drops, or other system malfunctions.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-thermostat-wall_23-2152024178.jpg", - imageAlt: "dashboard engine temperature widget", - }, + title: "Engine & System Health Warnings", description: "Get notified about potential engine overheating, oil pressure drops, or other system malfunctions.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-thermostat-wall_23-2152024178.jpg", imageAlt: "dashboard engine temperature widget"}, items: [ { icon: Thermometer, - text: "Engine Overheating", - }, + text: "Engine Overheating"}, { icon: Oil, - text: "Low Oil Pressure", - }, + text: "Low Oil Pressure"}, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-portrait_23-2151582494.jpg?_wi=5", - imageAlt: "dashboard fuel level indicator", + reverse: true }, { - title: "Tire Pressure Monitoring", - description: "Ensure optimal tire health and safety with immediate alerts for under or over-inflated tires.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphone-scene_23-2151500073.jpg", - imageAlt: "smart vehicle notifications app", - }, + title: "Tire Pressure Monitoring", description: "Ensure optimal tire health and safety with immediate alerts for under or over-inflated tires.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphone-scene_23-2151500073.jpg", imageAlt: "smart vehicle notifications app"}, items: [ { icon: Tyre, - text: "Low Tire Pressure", - }, + text: "Low Tire Pressure"}, { icon: AirVent, - text: "Tire Leak Detection", - }, + text: "Tire Leak Detection"}, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-uses-smartphone-while-sitting-her-room_169016-18389.jpg?_wi=3", - imageAlt: "dashboard fuel level indicator", + reverse: false }, ]} title="Comprehensive Alert Categories" @@ -155,58 +116,35 @@ export default function LandingPage() { Date: Mon, 8 Jun 2026 11:23:52 +0000 Subject: [PATCH 2/3] Update src/app/architecture/page.tsx --- src/app/architecture/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/architecture/page.tsx b/src/app/architecture/page.tsx index 67d97d3..a681bea 100644 --- a/src/app/architecture/page.tsx +++ b/src/app/architecture/page.tsx @@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Car, Lock, Cable, Sensor, Router } from "lucide-react"; +import { Car, Lock, Cable, Signal, Router } from "lucide-react"; export default function LandingPage() { return ( @@ -58,7 +58,7 @@ export default function LandingPage() { icon: Car, text: "IVI System Integration"}, { - icon: Sensor, + icon: Signal, text: "Diverse Sensor Inputs"}, ], reverse: false -- 2.49.1 From d09ac4f21217a9f0ecb366fda32d7b25bcc9b1bf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:23:53 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ffd703..f7fbc65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { AlertTriangle, Cloud, Droplet, Gauge, Globe, Lightbulb, Medal, ShieldCheck, Fuel, Thermometer, Tyre, Brake, Engine, BatteryCharging } from "lucide-react"; +import { AlertTriangle, Cloud, Droplet, Gauge, Globe, Lightbulb, Medal, ShieldCheck, Fuel, Thermometer, Tire, Disc, Cog, BatteryCharging } from "lucide-react"; export default function LandingPage() { return ( @@ -132,9 +132,10 @@ export default function LandingPage() { icon: Thermometer, text: "Engine Temperature"}, { - icon: Tyre, + icon: Tire, text: "Tire Pressure"}, - ] + ], + reverse: false }, { title: "Driver Behavior Analytics", description: "Analyze driving patterns to identify and improve behaviors like overspeeding, harsh braking, and cornering, contributing to safer journeys.", media: { @@ -144,7 +145,7 @@ export default function LandingPage() { icon: AlertTriangle, text: "Overspeed Detection"}, { - icon: Brake, + icon: Disc, text: "Harsh Braking Detection"}, { icon: Medal, @@ -157,7 +158,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-water-temperature-indicator-ship_181624-12023.jpg", imageAlt: "predictive maintenance car engine"}, items: [ { - icon: Engine, + icon: Cog, text: "Engine Health Monitoring"}, { icon: Droplet, @@ -179,7 +180,7 @@ export default function LandingPage() { icon: Thermometer, text: "Engine Overheating Alerts"}, { - icon: Tyre, + icon: Tire, text: "Tire Pressure Warnings"}, ], reverse: true -- 2.49.1