Merge version_2 into main #2
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import { Clock, Cloud, Shield, ShieldCheck, Speedometer, Fuel, Thermometer } from "lucide-react";
|
import { Clock, Cloud, Shield, ShieldCheck, Fuel, Thermometer, Gauge } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "speed", value: "75 MPH", title: "Average Speed", description: "Real-time average speed across your fleet for efficiency monitoring.", icon: Speedometer,
|
id: "speed", value: "75 MPH", title: "Average Speed", description: "Real-time average speed across your fleet for efficiency monitoring.", icon: Gauge,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "fuel", value: "85%", title: "Fuel Level", description: "Instant overview of fuel levels to prevent unexpected stoppages.", icon: Fuel,
|
id: "fuel", value: "85%", title: "Fuel Level", description: "Instant overview of fuel levels to prevent unexpected stoppages.", icon: Fuel,
|
||||||
|
|||||||
Reference in New Issue
Block a user