diff --git a/src/app/alerts/page.tsx b/src/app/alerts/page.tsx index b7e7703..c153f66 100644 --- a/src/app/alerts/page.tsx +++ b/src/app/alerts/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, Router, Fuel, BatteryCharging, Thermometer, OilCan, CircleDot, AirVent } from "lucide-react"; +import { Car, Lock, Cable, Router, Fuel, BatteryCharging, Thermometer, Oil, CircleDot, AirVent } from "lucide-react"; export default function LandingPage() { return ( @@ -88,7 +88,7 @@ export default function LandingPage() { icon: Thermometer, text: "Engine Overheating"}, { - icon: OilCan, + icon: Oil, text: "Low Oil Pressure"}, ], reverse: true