Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user