Update src/app/tenders-procurement/page.tsx

This commit is contained in:
2026-06-10 11:37:57 +00:00
parent ece10a45be
commit c494f9e672

View File

@@ -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"
}}