Update src/app/tenders-procurement/page.tsx
This commit is contained in:
@@ -37,7 +37,7 @@ export default function TendersProcurementPage() {
|
|||||||
description="Explore current opportunities, guidelines, and application processes."
|
description="Explore current opportunities, guidelines, and application processes."
|
||||||
tag="Opportunities"
|
tag="Opportunities"
|
||||||
tagIcon={Briefcase}
|
tagIcon={Briefcase}
|
||||||
buttons={[{ text: "View Tenders", href: "#tenders" }]}
|
buttons={[{ text: "View Tenders", href: "#tenders" }]}
|
||||||
dashboard={{
|
dashboard={{
|
||||||
title: "Procurement Dashboard", stats: [
|
title: "Procurement Dashboard", stats: [
|
||||||
{ title: "Open Tenders", values: [5, 7, 10], description: "Active" },
|
{ title: "Open Tenders", values: [5, 7, 10], description: "Active" },
|
||||||
@@ -47,6 +47,11 @@ export default function TendersProcurementPage() {
|
|||||||
logoIcon: ListTodo,
|
logoIcon: ListTodo,
|
||||||
sidebarItems: [{ icon: ListTodo, active: true }],
|
sidebarItems: [{ icon: ListTodo, active: true }],
|
||||||
buttons: [{ text: "Submit Inquiry", href: "#" }],
|
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"
|
imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user