From 9355bddb99c3348432138db0e7eee8e1b1034ada Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:16:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d8a786..3a81647 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", description: "View a live demo of the patient dashboard" }, - { text: "Request Demo", href: "contact", description: "Schedule a personalized demo with our specialists" }, + { text: "View Dashboard", href: "dashboard" }, + { text: "Request Demo", href: "contact" }, ]} buttonAnimation="slide-up" carouselPosition="right"