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

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

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