Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-05-11 07:56:54 +00:00

View File

@@ -48,6 +48,8 @@ export default function LandingPage() {
title="The Ultimate Multi-Tenant Laboratory Management System"
description="Secure, scalable, and isolated workspace management for modern medical labs. Centralized control for administrators, full autonomy for laboratories."
tag="SaaS Platform v2.0"
leftCarouselItems={[]}
rightCarouselItems={[]}
/>
</div>
@@ -130,6 +132,7 @@ export default function LandingPage() {
{ id: "q2", title: "Can labs self-manage?", content: "Yes, labs get full autonomy over their specific branch settings." },
{ id: "q3", title: "Do you support multi-tenant billing?", content: "We have built-in automated billing for multi-branch organizations." },
]}
useInvertedBackground={false}
/>
</div>
@@ -142,6 +145,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Company Email" }
]}
buttonText="Sign Up for Trial"
useInvertedBackground={false}
/>
</div>