Update src/app/page.tsx
This commit is contained in:
@@ -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