From fdd56c64ace14113b89606a11463cd9822e9b62b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 12:07:52 +0000 Subject: [PATCH] Update src/app/appointments/page.tsx --- src/app/appointments/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/appointments/page.tsx b/src/app/appointments/page.tsx index 4cb60ae..3a20f67 100644 --- a/src/app/appointments/page.tsx +++ b/src/app/appointments/page.tsx @@ -60,6 +60,8 @@ export default function AppointmentsPage() { { icon: Calendar, active: true }, { icon: Clock } ], + buttons: [{ text: "View All", href: "#" }], + listItems: [], imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-office-showing-tablet_23-2148767909.jpg", imageAlt: "Person viewing a digital calendar on a tablet" }} /> -- 2.49.1