Update src/app/page.tsx

This commit is contained in:
2026-01-20 11:12:20 +00:00
parent f2abe97068
commit df308f0b82

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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"
]
}}
titleClassName="text-4xl font-extrabold mb-4"
descriptionClassName="text-gray-700 mb-8 max-w-2xl"
/>
</div>