From 70d8713939cddddb0da342f71a0595ed002886d2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:40:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58d687a..f032d88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,6 +74,7 @@ export default function LandingPage() { title: "Staff Management", description: "Manage doctor schedules, shift planning, performance metrics, and staff communication tools", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWvxiXvBoXphb06gjMyNbFptvr/illustration-of-a-staff-management-modul-1772721473549-eebe91b6.png", imageAlt: "Staff management dashboard", button: { text: "Learn More", href: "#" }, }, ]} + gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -226,4 +227,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1