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

This commit is contained in:
2026-06-10 11:36:41 +00:00
parent 9a9e90c242
commit d49ef71583

View File

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