From 214a5dd655625c19036766cd0ed693f7df4a18cb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:14:51 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 70b1a5a..7a95b49 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1386,4 +1386,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 08ce8e5c8e647eb0ee9cbbfc2865e9cf89d2c583 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:14:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84cb170..8d8a786 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,8 +62,8 @@ export default function HomePage() { { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab61rTDKmrydpiUl7xdk36wxrL/a-modern-hospital-patient-management-das-1772848850585-3ec4652a.png?_wi=2", imageAlt: "Dashboard interface" }, ]} buttons={[ - { text: "View Dashboard", href: "dashboard" }, - { text: "Request Demo", href: "contact" }, + { text: "View Dashboard", href: "dashboard", description: "View a live demo of the patient dashboard" }, + { text: "Request Demo", href: "contact", description: "Schedule a personalized demo with our specialists" }, ]} buttonAnimation="slide-up" carouselPosition="right" @@ -228,4 +228,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1