Update src/app/page.tsx

This commit is contained in:
2026-04-02 19:15:36 +00:00
parent ab53f7f88c
commit 58d1225584

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
<LegalSection
layout="section"
title="Safety & Compliance Protocols"
sections={[{ heading: "Regulatory Adherence", content: "All operations strictly adhere to international biosafety standards." }]}
sections={[{ heading: "Regulatory Adherence", content: [{ title: "Biosafety Standards", description: "All operations strictly adhere to international biosafety standards." }] }]}
/>
</div>