diff --git a/src/app/page.tsx b/src/app/page.tsx index fe8046c..d67a6f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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={[]} /> @@ -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} /> @@ -142,6 +145,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Company Email" } ]} buttonText="Sign Up for Trial" + useInvertedBackground={false} />