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