diff --git a/src/app/track/page.tsx b/src/app/track/page.tsx index e61316e..bc2cf54 100644 --- a/src/app/track/page.tsx +++ b/src/app/track/page.tsx @@ -7,6 +7,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; +import { Truck, Clock } from "lucide-react"; export default function TrackOrderPage() { return ( @@ -43,8 +44,8 @@ export default function TrackOrderPage() {