Merge version_1 into main #6
@@ -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, Oil, CircleDot, AirVent } from "lucide-react";
|
||||
import { Car, Lock, Cable, Router, Fuel, BatteryCharging, Thermometer, Droplet, CircleDot, AirVent } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
icon: Thermometer,
|
||||
text: "Engine Overheating"},
|
||||
{
|
||||
icon: Oil,
|
||||
icon: Droplet,
|
||||
text: "Low Oil Pressure"},
|
||||
],
|
||||
reverse: true
|
||||
|
||||
Reference in New Issue
Block a user