diff --git a/src/app/tenders-procurement/page.tsx b/src/app/tenders-procurement/page.tsx index 8978c94..cf618c5 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", description: "Planning phase" }, - { title: "Vendor Registration Drive", description: "Ongoing" }, - { title: "Audit of Current Contracts", description: "In progress" } + { title: "Upcoming IT Projects", status: "Planning phase" }, + { title: "Vendor Registration Drive", status: "Ongoing" }, + { title: "Audit of Current Contracts", status: "In progress" } ], imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1" }}