diff --git a/src/app/tenders-procurement/page.tsx b/src/app/tenders-procurement/page.tsx index cf618c5..6187d2c 100644 --- a/src/app/tenders-procurement/page.tsx +++ b/src/app/tenders-procurement/page.tsx @@ -48,9 +48,9 @@ export default function TendersProcurementPage() { sidebarItems: [{ icon: ListTodo, active: true }], buttons: [{ text: "Submit Inquiry", href: "#" }], listItems: [ - { title: "Upcoming IT Projects", status: "Planning phase" }, - { title: "Vendor Registration Drive", status: "Ongoing" }, - { title: "Audit of Current Contracts", status: "In progress" } + { title: "Upcoming IT Projects", status: "Planning phase", icon: Briefcase }, + { title: "Vendor Registration Drive", status: "Ongoing", icon: ListTodo }, + { title: "Audit of Current Contracts", status: "In progress", icon: FileText } ], imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1" }}