diff --git a/src/app/tenders-procurement/page.tsx b/src/app/tenders-procurement/page.tsx index 9671c69..8978c94 100644 --- a/src/app/tenders-procurement/page.tsx +++ b/src/app/tenders-procurement/page.tsx @@ -37,7 +37,7 @@ export default function TendersProcurementPage() { description="Explore current opportunities, guidelines, and application processes." tag="Opportunities" tagIcon={Briefcase} - buttons={[{ text: "View Tenders", href: "#tenders" }]} + buttons={[{ text: "View Tenders", href: "#tenders" }]} dashboard={{ title: "Procurement Dashboard", stats: [ { title: "Open Tenders", values: [5, 7, 10], description: "Active" }, @@ -47,6 +47,11 @@ export default function TendersProcurementPage() { logoIcon: ListTodo, 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" } + ], imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1" }} />