From 3a3ff666fd7b66a853f349d8195b296a11f007e6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:05:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e53cda5..a896014 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,7 @@ export default function LandingPage() { logoIcon: Shield, sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Search }], buttons: [{ text: "View Status" }], + listItems: [{ icon: ListChecks, title: "New Transport Request", status: "Pending" }], imageSrc: "http://img.b2bpic.net/free-photo/professional-truck-driver-setting-up-navigation-destination_342744-295.jpg" }} buttons={[{ text: "Get a Quote", href: "#contact" }]} -- 2.49.1