Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-20 11:12:25 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -110,8 +110,6 @@ export default function NeuroLinkAnalysisPage() {
"Transparent clinical trial data published", "Peer-reviewed safety assessments completed", "Independent regulatory oversight established", "Long-term monitoring protocols in place", "Informed consent standards upheld" "Transparent clinical trial data published", "Peer-reviewed safety assessments completed", "Independent regulatory oversight established", "Long-term monitoring protocols in place", "Informed consent standards upheld"
] ]
}} }}
titleClassName="text-4xl font-extrabold mb-4"
descriptionClassName="text-gray-700 mb-8 max-w-2xl"
/> />
</div> </div>