Merge version_1 into main #3
@@ -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() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Architecture",
|
||||
id: "/architecture",
|
||||
},
|
||||
name: "Architecture", id: "/architecture"},
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/dashboard",
|
||||
},
|
||||
name: "Dashboard", id: "/dashboard"},
|
||||
{
|
||||
name: "Alerts",
|
||||
id: "/alerts",
|
||||
},
|
||||
name: "Alerts", id: "/alerts"},
|
||||
{
|
||||
name: "Monitoring",
|
||||
id: "/monitoring",
|
||||
},
|
||||
name: "Monitoring", id: "/monitoring"},
|
||||
]}
|
||||
brandName="TelemetryCloud"
|
||||
/>
|
||||
@@ -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() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "/#features",
|
||||
},
|
||||
label: "Features", href: "/#features"},
|
||||
{
|
||||
label: "Dashboard",
|
||||
href: "/dashboard",
|
||||
},
|
||||
label: "Dashboard", href: "/dashboard"},
|
||||
{
|
||||
label: "Alerts",
|
||||
href: "/alerts",
|
||||
},
|
||||
label: "Alerts", href: "/alerts"},
|
||||
{
|
||||
label: "Monitoring",
|
||||
href: "/monitoring",
|
||||
},
|
||||
label: "Monitoring", href: "/monitoring"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Architecture",
|
||||
href: "/architecture",
|
||||
},
|
||||
label: "Architecture", href: "/architecture"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Developers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Developers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "About Us", href: "/#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/#contact",
|
||||
},
|
||||
label: "Contact", href: "/#contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user