Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-07 02:14:57 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1386,4 +1386,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}